Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
host-kit
ThreadRequestInit
Interface ThreadRequestInit
What
send
carries beyond the sanctioned header — a route's own payload.
interface
ThreadRequestInit
{
body
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
}
Index
Properties
body?
headers?
method?
Properties
Optional
body
body
?:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
method
method
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
Documentation
GitHub
Anchorage API reference
Loading...
What
sendcarries beyond the sanctioned header — a route's own payload.