git-mirage.http
Git_mirage_http
git-mirage.happy-eyeballs
git-mirage.ssh
git-mirage.tcp
val git_mirage_http_headers : (string * string) list Mimic.value
val git_mirage_http_tls_config : Tls.Config.client Mimic.value
module type S = sig ... end
module Make (Time : Mirage_time.S) (Pclock : Mirage_clock.PCLOCK) (TCP : Tcpip.Tcp.S) (Happy_eyeballs : Git_mirage_happy_eyeballs.S with type flow = TCP.flow) : S