package sihl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
OCaml

Innovation. Community. Security.