Preparing search index...
The search index is not available
mockttp
mockttp
Request
Interface Request
interface
Request
{
headers
:
Headers
;
hostname
?:
string
;
httpVersion
?:
string
;
id
:
string
;
matchedRuleId
?:
string
;
method
:
string
;
path
:
string
;
protocol
:
string
;
rawHeaders
:
RawHeaders
;
remoteIpAddress
?:
string
;
remotePort
?:
number
;
tags
:
string
[]
;
timingEvents
:
TimingEvents
;
url
:
string
;
}
Hierarchy (
view full
)
Request
OngoingRequest
CompletedRequest
Index
Properties
headers
hostname?
http
Version?
id
matched
Rule
Id?
method
path
protocol
raw
Headers
remote
Ip
Address?
remote
Port?
tags
timing
Events
url
Properties
headers
headers
:
Headers
Optional
hostname
hostname
?:
string
Optional
http
Version
http
Version
?:
string
id
id
:
string
Optional
matched
Rule
Id
matched
Rule
Id
?:
string
method
method
:
string
path
path
:
string
protocol
protocol
:
string
raw
Headers
raw
Headers
:
RawHeaders
Optional
remote
Ip
Address
remote
Ip
Address
?:
string
Optional
remote
Port
remote
Port
?:
number
tags
tags
:
string
[]
timing
Events
timing
Events
:
TimingEvents
url
url
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
headers
hostname
http
Version
id
matched
Rule
Id
method
path
protocol
raw
Headers
remote
Ip
Address
remote
Port
tags
timing
Events
url
mockttp
Loading...