module TRXtop:sig
..end
type
result =
| |
HttpError of |
| |
HttpMsg of |
type
t = {
|
parzer : |
|
mutable emit : |
|
mutable recv : |
val set_emit : t -> (Bitstring.bitstring -> unit) -> unit
val set_recv : t -> (result -> unit) -> unit
val make : unit -> t
val tx : t -> Http.Pdu.t -> unit
val rx : t -> Bitstring.bitstring -> unit