Source file sihl_http__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(** @canonical Sihl_http.Cookie *)
module Cookie = Sihl_http__Cookie
(** @canonical Sihl_http.Middleware *)
module Middleware = Sihl_http__Middleware
(** @canonical Sihl_http.Request *)
module Request = Sihl_http__Request
(** @canonical Sihl_http.Response *)
module Response = Sihl_http__Response
(** @canonical Sihl_http.Route *)
module Route = Sihl_http__Route
(** @canonical Sihl_http.Service *)
module Service = Sihl_http__Service