Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Httpcats.ServerSourcemodule Method = H2.Methodval clear :
?stop:stop ->
?config:H1.Config.t ->
?backlog:int ->
?error_handler:error_handler ->
handler:handler ->
Unix.sockaddr ->
unitval 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