package opium

  1. Overview
  2. Docs
OCaml web framework

Install

Dune Dependency

Authors

Maintainers

Sources

opium-0.20.0.tbz
sha256=326b91866de90baf535f8b7d4b2ff23e39d952e573c04b3c13f1054b59ff2fb6
sha512=59b83e7c8fe5f7ae328fb7f2343fe5b8fb735e8f6ee263cfd6c75bb179688ef7cf2b4586b35a2231ed3f3c1ada543021b7a4759326ae095eb77a5f38b9fa3a8a

doc/opium/Opium/index.html

Module OpiumSource

Sourcemodule Context : sig ... end

A context holds heterogeneous value and is passed to the requests or responses.

Sourcemodule Headers : sig ... end

Header Fields

Cookie management for both requests and responses.

Sourcemodule Method : sig ... end

Request Method

Sourcemodule Version : sig ... end

Protocol Version

Sourcemodule Status : sig ... end

Response Status Codes

Sourcemodule Body : sig ... end

Represents an HTTP request or response body.

Sourcemodule Request : sig ... end

Module to create and work with HTTP requests.

Sourcemodule Response : sig ... end

Module to create and work with HTTP responses.

Sourcemodule App : sig ... end

An opium app provides a set of convenience functions and types to construct a rock app.

Sourcemodule Route : sig ... end

Expression that represent a target or multiple

Sourcemodule Auth : sig ... end

Authentication functions to work with common HTTP authentication methods.

Sourcemodule Router : sig ... end
Sourcemodule Handler : sig ... end

Collection of handlers commonly used to build Opium applications

Sourcemodule Middleware : sig ... end

Collection of middlewares commonly used to build Opium applications.

OCaml

Innovation. Community. Security.