Idris2Doc : HTTP.API.Env

HTTP.API.Env

(source)

Definitions

recordReqEnv : Type
  Description of a form of "environment" variable that needs to
be generated and available when processing a request.

Totality: total
Visibility: public export
Constructor: 
Env : (0_ : Type) ->ReqEnv

Projection: 
0.type : ReqEnv->Type
0.type : ReqEnv->Type
Totality: total
Visibility: public export
0type : ReqEnv->Type
Totality: total
Visibility: public export
recordReqTime : Type
  Time, at which the request is being processed.

Totality: total
Visibility: public export
Constructor: 
RT : ClockUTC->ReqTime

Projection: 
.time : ReqTime->ClockUTC
.time : ReqTime->ClockUTC
Totality: total
Visibility: public export
time : ReqTime->ClockUTC
Totality: total
Visibility: public export