Module Cohttp_curl_lwt.Response

Response for the http requests

type 'a t

'a t represents a response for a request. 'a determines how the response body is handled

val response : _ t -> (Http.Response.t, Error.t) Stdlib.result Lwt.t
val body : 'a t -> ('a, Error.t) Stdlib.result Lwt.t
module Expert : sig ... end