# Functions

No description provided by the author
No description provided by the author
No description provided by the author
url.Values maps a string key to a list of values.
url.Values maps a string key to a list of values.
No description provided by the author

# Constants

HeaderEnumAccept is a HeaderEnum enum value.
HeaderEnumAcceptCharset is a HeaderEnum enum value.
HeaderEnumAcceptDatetime is a HeaderEnum enum value.
HeaderEnumAcceptEncoding is a HeaderEnum enum value.
HeaderEnumAcceptLanguage is a HeaderEnum enum value.
HeaderEnumAuthorization is a HeaderEnum enum value.
HeaderEnumHost is a HeaderEnum enum value.
HeaderEnumOrigin is a HeaderEnum enum value.
HeaderEnumReferer is a HeaderEnum enum value.
No description provided by the author
No description provided by the author

# Variables

GetHttpHeaders returns the OpenID HTTP headers TODO: return all the headers Headers are case insensitive as per RFC2616 (RFC 7230 does not modify this) https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 https://www.rfc-editor.org/rfc/rfc7230#appendix-A.2.

# Structs

HttpPrivateHeadersOpenid contains the HTTP Headers used in the OpenID protocol see https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Field_names.
HttpRequestHeaders contains the HTTP headers (to be sent in the body of a DIDComm message in bluetooth connections) See https://httpwg.org/specs/rfc7231.html#request.header.fields and https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers Representation headers may be present in both HTTP request and response messages.
HttpResponseHeaders contains the HttpRequestHeaders Response Header Fields, see: - RFC7531 https://httpwg.org/specs/rfc7231.html#request.header.fields and https://httpwg.org/specs/rfc7231.html#status.codes; - RFC9110 https://www.rfc-editor.org/rfc/rfc9110.html The response-header fields (case insensitive) - Accept-Ranges - Age - ETag - Location - Proxy-Authenticate - Status - Retry-After - Server - Status-Code: The status-code element is a three-digit integer code giving the result of the attempt to understand and satisfy the request (https://httpwg.org/specs/rfc7231.html#status.codes) - Vary - WWW-Authenticate: A server generating a 401 (Unauthorized) response MUST send a WWW-Authenticate header field containing at least one challenge.