Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val stop : unit -> stop
val switch : stop -> unit
type handler =
[ `Tcp of Miou_unix.file_descr | `Tls of Tls_miou_unix.t ] ->
reqd ->
unit
val clear :
?stop:stop ->
?config:H1.Config.t ->
?backlog:int ->
?error_handler:error_handler ->
handler:handler ->
Unix.sockaddr ->
unit
val with_tls :
?stop:stop ->
?config:
[ `Both of H1.Config.t * H2.Config.t
| `HTTP_1_1 of H1.Config.t
| `H2 of H2.Config.t ] ->
?backlog:int ->
?error_handler:error_handler ->
Tls.Config.server ->
handler:handler ->
Unix.sockaddr ->
unit