Values.HttpEndpointCommonAttributeSourceDescribes the metadata that's delivered to the specified HTTP endpoint destination.
type nonrec t = {attributeName : HttpEndpointAttributeName.t;The name of the HTTP endpoint common attribute.
*)attributeValue : HttpEndpointAttributeValue.t;The value of the HTTP endpoint common attribute.
*)}val make :
attributeName:HttpEndpointAttributeName.t ->
attributeValue:HttpEndpointAttributeValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of HttpEndpointAttributeName.t ]) list ]