Interface IHttpClient<Req, Res>

Type Parameters

Hierarchy

  • IHttpClient

Properties

delete: IHttpReqPerform<Req, Res>
get: IHttpReqPerform<Req, Res>
head: IHttpReqPerform<Req, Res>
options: IHttpReqPerform<Req, Res>
patch: IHttpReqPerform<Req, Res>
post: IHttpReqPerform<Req, Res>
put: IHttpReqPerform<Req, Res>