package yurt

  1. Overview
  2. Docs

Source file yurt.ml

1
2
3
4
5
6
7
8
9
10
11
(** The Yurt module provides a simple interface for building HTTP servers *)

(** Routing *)
module Route = Yurt_route
module Server = Yurt_server
module Client = Yurt_client
module Util = Yurt_util
module Form = Yurt_form

include Server
include Yurt_request_ctx
OCaml

Innovation. Community. Security.