Idris2Doc : HTTP.API.Header

HTTP.API.Header

(source)

Definitions

recordHeaderPart : Type
Totality: total
Visibility: public export
Constructor: 
H : String-> (0_ : Type) ->Status->HeaderPart

Projections:
.errorStatus : HeaderPart->Status
.name : HeaderPart->String
0.type : HeaderPart->Type
.name : HeaderPart->String
Totality: total
Visibility: public export
name : HeaderPart->String
Totality: total
Visibility: public export
0.type : HeaderPart->Type
Totality: total
Visibility: public export
0type : HeaderPart->Type
Totality: total
Visibility: public export
.errorStatus : HeaderPart->Status
Totality: total
Visibility: public export
errorStatus : HeaderPart->Status
Totality: total
Visibility: public export
0HeaderTypes : ListHeaderPart->ListType
  Computes the list of types captured by a list of header descriptions.

Totality: total
Visibility: public export
recordReqHeaders : Type
  Wraps a list of `HeaderPart`s to account for a full description
of values extracted from a request's headers.

Totality: total
Visibility: public export
Constructor: 
Headers : ListHeaderPart->ReqHeaders

Projection: 
.headers : ReqHeaders->ListHeaderPart
.headers : ReqHeaders->ListHeaderPart
Totality: total
Visibility: public export
headers : ReqHeaders->ListHeaderPart
Totality: total
Visibility: public export
recordOAuthToken : Type
Totality: total
Visibility: public export
Constructor: 
OAT : ByteString->OAuthToken

Projection: 
.token : OAuthToken->ByteString

Hints:
DecodeOAuthToken
EqOAuthToken
OrdOAuthToken
ShowOAuthToken
.token : OAuthToken->ByteString
Totality: total
Visibility: public export
token : OAuthToken->ByteString
Totality: total
Visibility: public export