Auto-Generated Documentation
This set of documentation is automatically generated from source, and will help ensure any change to functionality will always be documented and available on release.
Request¶
These fields can represent errors of any kind.
Field | Type | Description | Required | Default |
---|---|---|---|---|
body | Body | Defines the body of a request | Optional | None |
bytes | Integer | Total size in bytes of the request (body and headers). | Optional | None |
id | Keyword | A unique identifier for each HTTP request to correlate logs between clients and servers in transactions. | Optional | None |
method | Keyword | HTTP request method. | Optional | None |
mime_type | Keyword | Mime type of the body of the request. | Optional | None |
referrer | Keyword | Referrer for this HTTP request. | Optional | None |