Source file server_core.ml

1
2
3
4
5
6
7
open Base

type routes = Http.Route.t list

type middleware_stack = Middleware.stack

type endpoint = string * routes * middleware_stack