package httpcats

  1. Overview
  2. Docs

Module Runtime.MakeSource

Parameters

module Flow : Flow.S
module Runtime : S

Signature

Sourcetype conn = Runtime.t
Sourcetype flow = Flow.t
Sourceval run : conn -> ?tags:Logs.Tag.set -> ?read_buffer_size:int -> ?upgrade:(flow -> unit) -> flow -> unit Miou.t