Field | Value | Description |
accept | from contentType | If not provided in the request, but contentType is set, this is set to the contents of metadata.contentType. |
accept-charset | utf-8 | Set to utf-8 if not set in the request. |
accept-encoding | identity | Set to identity if not set in the request. |
authorization | from configuration | Always overridden if the authentication type HTTP_BASIC is defined in the configuration. Otherwise, the value from the request metadata is used. |
connection | keep-alive | Always overridden. |
content-length | length of the payload | Always overridden. |
content-type | from contentType and charset | Set from contentType and charset if not set in the request. Content types starting with text/ will have a charset parameter appended from the charset field. Other content types will only have the type from the contentType with no parameters. This field will not be added if the body is empty and the content-type header is not set explicitly in the request. |
date | current date and time | Set to the current date and time if not set in the request. |
host | from configuration | Always overridden. |
user-agent | Apama/$VERSION ($PLATFORM $ARCH) | Set if not set in the request. |
Field | Value | Description |
Content-Length | length of the payload | Always overridden. |