HTTPResponse
Extends:
The HTTP server request event tracks incoming HTTP requests to your HTTP server.
Constructor Summary
Public Constructor | ||
public |
constructor(body: String, direction: String, headers: Array, request: Object, request_id: String, status: String, time_ms: String) |
Member Summary
Public Members | ||
public |
body: * |
|
public |
direction: * |
|
public |
headers: * |
|
public |
request: * |
|
public |
request_id: * |
|
public |
status: * |
|
public |
time_ms: * |
Method Summary
Public Methods | ||
public |
message(): * |
Public Constructors
public constructor(body: String, direction: String, headers: Array, request: Object, request_id: String, status: String, time_ms: String) source
Params:
Name | Type | Attribute | Description |
body | String |
|
the body of the request |
direction | String |
|
incoming or outgoing |
headers | Array |
|
the headers of the request |
request | Object |
|
the request object (only set if combine_http_events is true) |
request_id | String |
|
the uuid of the request |
status | String | the HTTP status code |
|
time_ms | String | the total duration of the request in milliseconds |