Source file simple_httpd__.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
(* generated by dune *)

(** @canonical Simple_httpd.Address *)
module Address = Simple_httpd__Address

(** @canonical Simple_httpd.Async *)
module Async = Simple_httpd__Async

(** @canonical Simple_httpd.Auth *)
module Auth = Simple_httpd__Auth

(** @canonical Simple_httpd.Camlzip *)
module Camlzip = Simple_httpd__Camlzip

(** @canonical Simple_httpd.Cookies *)
module Cookies = Simple_httpd__Cookies

(** @canonical Simple_httpd.Dir *)
module Dir = Simple_httpd__Dir

(** @canonical Simple_httpd.Headers *)
module Headers = Simple_httpd__Headers

(** @canonical Simple_httpd.Headers_ *)
module Headers_ = Simple_httpd__Headers_

(** @canonical Simple_httpd.Host *)
module Host = Simple_httpd__Host

(** @canonical Simple_httpd.Html *)
module Html = Simple_httpd__Html

(** @canonical Simple_httpd.Input *)
module Input = Simple_httpd__Input

(** @canonical Simple_httpd.Key *)
module Key = Simple_httpd__Key

(** @canonical Simple_httpd.Log *)
module Log = Simple_httpd__Log

(** @canonical Simple_httpd.Method *)
module Method = Simple_httpd__Method

(** @canonical Simple_httpd.Output *)
module Output = Simple_httpd__Output

(** @canonical Simple_httpd.Process *)
module Process = Simple_httpd__Process

(** @canonical Simple_httpd.Request *)
module Request = Simple_httpd__Request

(** @canonical Simple_httpd.Resources *)
module Resources = Simple_httpd__Resources

(** @canonical Simple_httpd.Response *)
module Response = Simple_httpd__Response

(** @canonical Simple_httpd.Response_code *)
module Response_code = Simple_httpd__Response_code

(** @canonical Simple_httpd.Route *)
module Route = Simple_httpd__Route

(** @canonical Simple_httpd.Server *)
module Server = Simple_httpd__Server

(** @canonical Simple_httpd.Session *)
module Session = Simple_httpd__Session

(** @canonical Simple_httpd.Stats *)
module Stats = Simple_httpd__Stats

(** @canonical Simple_httpd.Status *)
module Status = Simple_httpd__Status

(** @canonical Simple_httpd.Util *)
module Util = Simple_httpd__Util

(** @canonical Simple_httpd.WebSocket *)
module WebSocket = Simple_httpd__WebSocket