package tiny_httpd

  1. Overview
  2. Docs
Minimal HTTP server using good old threads

Install

Dune Dependency

Authors

Maintainers

Sources

0.7.tar.gz
md5=eaa23afea2f49c451875bfd57a4eb481
sha512=951d6f4b7ce9e4afece01a184d6900e0d5f0159b8727f4596744b01cb5e3d9a5ea0c0a02143e48af0f3c3ae56f6bebbf1963095ebcc49dbedc57aa9bdd1e4ab2

doc/tiny_httpd/Tiny_httpd/Meth/index.html

Module Tiny_httpd.MethSource

Sourcetype t = [
  1. | `GET
  2. | `PUT
  3. | `POST
  4. | `HEAD
  5. | `DELETE
]

A HTTP method. For now we only handle a subset of these.

See https://tools.ietf.org/html/rfc7231#section-4

Sourceval pp : Format.formatter -> t -> unit
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.