@tryforge/forgescript
Preparing search index...
IHttpOptions
Interface IHttpOptions
interface
IHttpOptions
{
body
:
string
;
contentType
?:
HTTPContentType
;
form
?:
FormData
;
headers
:
Record
<
string
,
string
>
;
method
:
string
;
response
?:
{
headers
?:
Headers
;
ping
?:
number
}
;
}
Index
Properties
body
content
Type?
form?
headers
method
response?
Properties
body
body
:
string
Optional
content
Type
contentType
?:
HTTPContentType
Optional
form
form
?:
FormData
headers
headers
:
Record
<
string
,
string
>
method
method
:
string
Optional
response
response
?:
{
headers
?:
Headers
;
ping
?:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
content
Type
form
headers
method
response
@tryforge/forgescript
Loading...