Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/reverse-app
CreateMessageData
Interface CreateMessageData
interface
CreateMessageData
{
analyze
:
string
|
null
;
campaignId
:
string
;
connection
:
HttpConnection
;
errors
:
HttpError
[]
;
finishTime
:
number
;
messageId
:
string
;
method
:
"HEAD"
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
|
"OPTIONS"
;
payload
:
HttpPayload
;
proxyId
:
string
;
requestBody
:
HttpBody
;
requestHeaders
:
HttpHeaders
;
responseBody
:
HttpBody
;
responseHeaders
:
HttpHeaders
;
sessionId
:
string
;
startTime
:
number
;
status
:
number
;
targetId
:
string
;
type
:
|
"websocket"
|
"normal-simple"
|
"normal-stream-request"
|
"normal-stream-response"
;
url
:
string
;
}
Properties
analyze
analyze
:
string
|
null
campaign
Id
campaignId
:
string
connection
connection
:
HttpConnection
errors
errors
:
HttpError
[]
finish
Time
finishTime
:
number
message
Id
messageId
:
string
method
method
:
"HEAD"
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
|
"OPTIONS"
payload
payload
:
HttpPayload
proxy
Id
proxyId
:
string
request
Body
requestBody
:
HttpBody
request
Headers
requestHeaders
:
HttpHeaders
response
Body
responseBody
:
HttpBody
response
Headers
responseHeaders
:
HttpHeaders
session
Id
sessionId
:
string
start
Time
startTime
:
number
status
status
:
number
target
Id
targetId
:
string
type
type
:
|
"websocket"
|
"normal-simple"
|
"normal-stream-request"
|
"normal-stream-response"
url
url
:
string
Properties
analyze
campaign
Id
connection
errors
finish
Time
message
Id
method
payload
proxy
Id
request
Body
request
Headers
response
Body
response
Headers
session
Id
start
Time
status
target
Id
type
url
GitHub
Example
Fake Mirrors
Loading...