google_api_service_control v0.6.0 GoogleApi.ServiceControl.V1.Model.Request View Source
This message defines attributes for an HTTP request. If the actual request is not an HTTP request, the runtime system should try to map the actual request to an equivalent HTTP request.
Attributes
- host (String.t): The HTTP request `Host` header value. Defaults to:
null
. - auth (Auth): The request authentication. May be absent for unauthenticated requests. Derived from the HTTP request `Authorization` header or equivalent. Defaults to:
null
. - fragment (String.t): The HTTP URL fragment. No URL decoding is performed. Defaults to:
null
. - headers (%{optional(String.t) => String.t}): The HTTP request headers. If multiple headers share the same key, they must be merged according to the HTTP spec. All header keys must be lowercased, because HTTP header keys are case-insensitive. Defaults to:
null
. - id (String.t): The unique ID for a request, which can be propagated to downstream systems. The ID should have low probability of collision within a single day for a specific service. Defaults to:
null
. - method (String.t): The HTTP request method, such as `GET`, `POST`. Defaults to:
null
. - path (String.t): The HTTP URL path. Defaults to:
null
. - protocol (String.t): The network protocol used with the request, such as "http/1.1", "spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic". See https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids for details. Defaults to:
null
. - query (String.t): The HTTP URL query in the format of `name1=value`&name2=value2`, as it appears in the first line of the HTTP request. No decoding is performed. Defaults to:
null
. - reason (String.t): A special parameter for request reason. It is used by security systems to associate auditing information with a request. Defaults to:
null
. - scheme (String.t): The HTTP URL scheme, such as `http` and `https`. Defaults to:
null
. - size (String.t): The HTTP request size in bytes. If unknown, it must be -1. Defaults to:
null
. - time (DateTime.t): The timestamp when the `destination` service receives the first byte of the request. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.