Module B00_http.Httpr

type t
val perform : ?insecure:bool -> ?follow:bool -> t -> Http.req -> (Http.resp, string) result
val curl : ?docs:string -> ?env:Cmdliner.Cmd.Env.info -> unit -> B0_std.Cmd.t Cmdliner.Term.t
val get_curl : ?search:B0_std.Fpath.t list -> ?curl:B0_std.Cmd.t -> unit -> (t, string) result