Preparing search index...
The search index is not available
Taquito
Taquito
@taquito/http-utils
HttpRequestOptions
Interface HttpRequestOptions
interface
HttpRequestOptions
{
headers
?:
{
[
key
:
string
]
:
string
;
}
;
json
?:
boolean
;
method
?:
"GET"
|
"POST"
;
mimeType
?:
string
;
query
?:
ObjectType
;
timeout
?:
number
;
url
:
string
;
}
Index
Properties
headers?
json?
method?
mime
Type?
query?
timeout?
url
Properties
Optional
headers
headers
?:
{
[
key
:
string
]
:
string
;
}
Optional
json
json
?:
boolean
Optional
method
method
?:
"GET"
|
"POST"
Optional
mime
Type
mime
Type
?:
string
Optional
query
query
?:
ObjectType
Optional
timeout
timeout
?:
number
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
json
method
mime
Type
query
timeout
url
Taquito
Loading...