package cohttp-server-lwt-unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val request : t -> Http.Request.t
val read_body : t -> string Lwt.t
val discard_body : t -> unit Lwt.t
val respond : t -> Http.Response.t -> Body.t -> unit Lwt.t