package paf

  1. Overview
  2. Docs
HTTP/AF and MirageOS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

paf-0.7.0.tbz
sha256=c36946b3e0d8634f0150aba6585c4f1532d02af7513eeec7d457503888c34321
sha512=b72e79ca5c32f7d7b5134417c685f02215e22375c324d7de1d1534e02d75f60a7efdd31c4189176a65f02ead0dcc4eec33ea83e9690c7b0a31ea26aaf12b98e4

doc/paf/Paf/index.html

Module PafSource

Sourcemodule type RUNTIME = sig ... end
Sourcetype 'conn runtime = (module RUNTIME with type t = 'conn)
Sourcetype impl =
  1. | Runtime : 'conn runtime * 'conn -> impl
Sourceexception Flow of string
Sourceexception Flow_write of string
Sourceval server : 'conn runtime -> 'conn -> Mimic.flow -> unit Lwt.t
Sourceval run : 'conn runtime -> 'conn -> Mimic.flow -> unit Lwt.t
Sourcetype 't service
Sourceval service : ('connected_flow -> (Mimic.flow * impl, 'error) result Lwt.t) -> ('flow -> ('connected_flow, 'error) result Lwt.t) -> ('t -> ('flow, [> `Closed ] as 'error) result Lwt.t) -> ('t -> unit Lwt.t) -> 't service
Sourceval serve : ?stop:Lwt_switch.t -> 't service -> 't -> [ `Initialized of unit Lwt.t ]
OCaml

Innovation. Community. Security.