Module Git_mirage_http.Make

Parameters

module Pclock : Mirage_clock.PCLOCK
module TCP : Tcpip.Tcp.S
module Happy_eyeballs : Mimic_happy_eyeballs.S with type flow = TCP.flow

Signature

val connect : Mimic.ctx -> Mimic.ctx Lwt.t
val with_optional_tls_config_and_headers : ?headers:(string * string) list -> ?authenticator:string -> Mimic.ctx -> Mimic.ctx Lwt.t
val ctx : Mimic.ctx