package letsencrypt-mirage

  1. Overview
  2. Docs
ACME implementation in OCaml for MirageOS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

letsencrypt-2.0.0.tbz
sha256=9d0d4a3c4d1793137933e645945c262dc6cdcaff8ad6f6630c30ec900423d1c3
sha512=dda4c7cd00ea700aea038bd3245ae51300cf51a1dd56f3afc3928d6f29a680a8a3fa367fa7aef7c6cb1883bb6b235287c12a9263af14be75ba5e4367db17895a

doc/letsencrypt-mirage.http-server/LE_http_server/Make/Paf/TCP/index.html

Module Paf.TCPSource

type error = Paf_mirage.Make(Stack.TCP).TCP.error
val pp_error : error Fmt.t
Sourcetype nonrec write_error = Paf_mirage.Make(Stack.TCP).TCP.write_error
Sourceval pp_write_error : write_error Fmt.t
Sourcetype flow = Paf_mirage.Make(Stack.TCP).TCP.flow
Sourceval read : flow -> (Cstruct.t Mirage_flow.or_eof, error) result Lwt.t
Sourceval write : flow -> Cstruct.t -> (unit, write_error) result Lwt.t
Sourceval writev : flow -> Cstruct.t list -> (unit, write_error) result Lwt.t
Sourceval shutdown : flow -> [ `read | `read_write | `write ] -> unit Lwt.t
Sourceval close : flow -> unit Lwt.t
Sourceval dst : flow -> ipaddr * int
Sourceval no_close : flow -> unit
Sourceval to_close : flow -> unit