1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(** @canonical Http.Cookie *)
module Cookie = Http__Cookie
(** @canonical Http.Middleware *)
module Middleware = Http__Middleware
(** @canonical Http.Request *)
module Request = Http__Request
(** @canonical Http.Response *)
module Response = Http__Response
(** @canonical Http.Route *)
module Route = Http__Route
(** @canonical Http.Service *)
module Service = Http__Service