You can search for identifiers within the package.
in-package search v0.2.0
letsencrypt-mirage
letsencrypt-mirage.http-server
Paf.TCP
type error = Paf_mirage.Make(Stack.TCP).TCP.error
val pp_error : error Fmt.t
type nonrec write_error = Paf_mirage.Make(Stack.TCP).TCP.write_error
val pp_write_error : write_error Fmt.t
type flow = Paf_mirage.Make(Stack.TCP).TCP.flow
val read : flow -> (Cstruct.t Mirage_flow.or_eof, error) result Lwt.t
val write : flow -> Cstruct.t -> (unit, write_error) result Lwt.t
val writev : flow -> Cstruct.t list -> (unit, write_error) result Lwt.t
val shutdown : flow -> [ `read | `read_write | `write ] -> unit Lwt.t
val close : flow -> unit Lwt.t
val dst : flow -> ipaddr * int
val no_close : flow -> unit
val to_close : flow -> unit