package jerboa

  1. Overview
  2. Docs

Jerboa.Request_handler contains only the type definnition of a request handler.

type t = Request.t -> Response.t

Request_handler.t is the type definition of the handler, which will handle the request and produce a response.

OCaml

Innovation. Community. Security.