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