Module EzCohttp_base

val meth_of_str : string -> [> `CONNECT | `DELETE | `GET | `HEAD | `OPTIONS | `Other of string | `PATCH | `POST | `PUT | `TRACE ]
val log : ?⁠meth:string -> string -> string option -> unit
module Make : functor (Client : Cohttp_lwt.S.Client) -> sig ... end