Insomnia-Script-SDK-Docs
Preparing search index...
RequestOptions
Interface RequestOptions
interface
RequestOptions
{
auth
?:
AuthOptions
;
body
?:
RequestBodyOptions
;
certificate
?:
CertificateOptions
;
header
?:
object
|
HeaderDefinition
[]
;
method
?:
string
;
name
?:
string
;
pathParameters
?:
RequestPathParameter
[]
;
proxy
?:
ProxyConfigOptions
;
url
:
string
|
Url
;
}
Index
Properties
auth?
body?
certificate?
header?
method?
name?
path
Parameters?
proxy?
url
Properties
Optional
auth
auth
?:
AuthOptions
Optional
body
body
?:
RequestBodyOptions
Optional
certificate
certificate
?:
CertificateOptions
Optional
header
header
?:
object
|
HeaderDefinition
[]
Optional
method
method
?:
string
Optional
name
name
?:
string
Optional
path
Parameters
pathParameters
?:
RequestPathParameter
[]
Optional
proxy
proxy
?:
ProxyConfigOptions
url
url
:
string
|
Url
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
body
certificate
header
method
name
path
Parameters
proxy
url
Insomnia-Script-SDK-Docs
Loading...