httpun-mirage
Httpun_mirage
module type Server = sig ... end
module Server (Flow : Mirage_flow.S) : Server with type socket = Flow.flow
module type Client = Httpun_lwt.Client
module Client (Flow : Mirage_flow.S) : Client with type socket = Flow.flow