circu.js
Preparing search index...
curl
CModuleCURL
RequestOptions
Interface RequestOptions
HTTP request options (for convenience methods)
interface
RequestOptions
{
headers
?:
Record
<
string
,
string
>
;
timeout
?:
number
;
}
Index
Properties
headers?
timeout?
Properties
Optional
headers
headers
?:
Record
<
string
,
string
>
HTTP request headers
Optional
timeout
timeout
?:
number
Timeout (milliseconds)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
timeout
circu.js
Loading...
HTTP request options (for convenience methods)