package letsencrypt-mirage

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

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-1.1.0.tbz
sha256=230e7919f7f21b9b56038f616a8d73f415faa78376f842ae84b2283b01bc10a3
sha512=a30efac9a4d479d3519e99e8f81c2d824b55552d2a04b89caafe27836a326da1406be0be827619fd60526f65471ee7f0589ee348676e017cf1c857c1f803fafe

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
OCaml

Innovation. Community. Security.