Module type Http_client.T

Client connector.

type t

The type for HTTP clients.

val id : t -> string
val request : t -> Http.Request.t -> (Http.Response.t, string) Stdlib.result

request httpc request perform request request with httpc.

This function should follow the client connector conventions.