package cohttp

  1. Overview
  2. Docs
An OCaml library for HTTP clients and servers

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cohttp-v1.2.0.tbz
sha256=3f71a5652aeb65c5ca54881ba6fa862a0acfad23f7516e762f6292d444daa942
md5=7aa3d4582848afff9a62f866b23173e1

doc/cohttp/Cohttp/S/index.html

Module Cohttp.S

Module type signatures for Cohttp components

module type IO = sig ... end

The IO module defines the blocking interface for reading and writing to Cohttp streams

module type Http_io = sig ... end
module type Request = sig ... end
module type Response = sig ... end
module type Body = sig ... end