har2api - v0.1.0
npm
GitHub
VTX Labs
Preparing search index...
HarRequest
Interface HarRequest
The request half of a HAR entry.
interface
HarRequest
{
cookies
:
HarNameValue
[]
;
headers
:
HarNameValue
[]
;
method
:
string
;
postData
?:
HarPostData
;
queryString
:
HarNameValue
[]
;
url
:
string
;
}
Index
Properties
cookies
headers
method
post
Data?
query
String
url
Properties
cookies
cookies
:
HarNameValue
[]
headers
headers
:
HarNameValue
[]
method
method
:
string
Optional
post
Data
postData
?:
HarPostData
query
String
queryString
:
HarNameValue
[]
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cookies
headers
method
post
Data
query
String
url
npm
GitHub
VTX Labs
har2api - v0.1.0
Loading...
The request half of a HAR entry.