git-mirage.http
Git_mirage_http
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 (TCP : Tcpip.Tcp.S) (Happy_eyeballs : Mimic_happy_eyeballs.S with type flow = TCP.flow) : S