record HeaderPart : TypeH : String -> (0 _ : Type) -> Status -> HeaderPart.errorStatus : HeaderPart -> Status.name : HeaderPart -> String0 .type : HeaderPart -> Type.name : HeaderPart -> Stringname : HeaderPart -> String0 .type : HeaderPart -> Type0 type : HeaderPart -> Type.errorStatus : HeaderPart -> StatuserrorStatus : HeaderPart -> Status0 HeaderTypes : List HeaderPart -> List TypeComputes the list of types captured by a list of header descriptions.
record ReqHeaders : TypeWraps a list of `HeaderPart`s to account for a full description
of values extracted from a request's headers.
Headers : List HeaderPart -> ReqHeaders.headers : ReqHeaders -> List HeaderPart.headers : ReqHeaders -> List HeaderPartheaders : ReqHeaders -> List HeaderPartrecord OAuthToken : TypeOAT : ByteString -> OAuthToken.token : OAuthToken -> ByteStringDecode OAuthTokenEq OAuthTokenOrd OAuthTokenShow OAuthToken.token : OAuthToken -> ByteStringtoken : OAuthToken -> ByteString