package naboris

  1. Overview
  2. Docs
Simple http server

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.2.tar.gz
md5=ca1ecbc038f43cd52a03f1a0c0ee5964
sha512=ead6418f5f49d377a1a82154251f6ea2e3034db921def2625ce08d619dfa1088b51eceae29d7b976a22d570ea3d6a7855320ea57bec01c4adf1565cecb22a5e6

doc/naboris/Naboris/Method/index.html

Module Naboris.Method

Module with types used for matching requests.

type t =
  1. | GET
  2. | POST
  3. | PUT
  4. | PATCH
  5. | DELETE
  6. | CONNECT
  7. | OPTIONS
  8. | TRACE
  9. | Other of string

Represents an HTTP Method

val ofString : string -> t
val toString : t -> string
val ofHttpAfMethod : Httpaf.Method.t -> t
OCaml

Innovation. Community. Security.