Idris2Doc : HTTP.API.Client

HTTP.API.Client

(source)

Reexports

importpublic HTTP.API.Client.Content
importpublic HTTP.API.Client.Header
importpublic HTTP.API.Client.Interface
importpublic HTTP.API.Client.Method
importpublic HTTP.API.Client.Path
importpublic HTTP.API.Client.Query
importpublic HTTP.API.Client.Request

Definitions

dataHTTPError : Type
  HTTP Errors

Totality: total
Visibility: public export
Constructors:
Timeout : HTTPError
NetworkError : HTTPError
DecError : Bits16->DecodeErr->HTTPError
ReqError : RequestErr->HTTPError
send1 : HasHTTPErrores=>HTTPLocal=>Decodert-> (Resultest->IO1 ()) ->HTTPRequest->IO1 (IO1 ())
Totality: total
Visibility: export
sendEndpoint : HasHTTPErrores=>HTTPLocal=> (endpoint : HListts) -> {autoall : AllReceivets} ->HList (AllRecConstraintsendpoint) =>HList (AllRecTypesendpoint) ->AsyncJSes ()
Totality: total
Visibility: export
requestEndpoint : HasHTTPErrores=>HTTPLocal=> (endpoint : HListts) -> {autoall : AllReceivets} ->HList (AllRecConstraintsendpoint) =>HList (AllRecTypesendpoint) -> (0f : Type) -> (0t : Type) ->DecodeViaft=>AsyncJSest
Totality: total
Visibility: export
requestJSONEndpoint : HasHTTPErrores=>HTTPLocal=> (endpoint : HListts) -> {autoall : AllReceivets} ->HList (AllRecConstraintsendpoint) =>HList (AllRecTypesendpoint) -> (0t : Type) ->DecodeViaJSONt=>AsyncJSest
Totality: total
Visibility: export