Values_0.HttpContextSourceSpecifies the HTTP context to use for the test authorizer request.
type nonrec t = {headers : HttpHeaders.t option;The header keys and values in an HTTP authorization request.
*)queryString : HttpQueryString.t option;The query string keys and values in an HTTP authorization request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of HttpHeaderName.t ]
* [> `String of HttpHeaderValue.t ])
list
| `String of HttpQueryString.t ])
list ]