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
'a t
'a
val response : _ t -> Http.Response.t Lwt.t
val body : 'a t -> 'a Lwt.t
module Expert : sig ... end