Values.HttpEndpointRequestConfigurationSourceThe configuration of the HTTP endpoint request.
type nonrec t = {contentEncoding : ContentEncoding.t option;Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
*)commonAttributes : HttpEndpointCommonAttributesList.t option;Describes the metadata sent to the HTTP endpoint destination.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of HttpEndpointAttributeName.t ]) list ]
list ])
list ]