Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Resp_server.SERVER
SourceSERVER defines the interface for a server
Underlying server type, this is typically not available to consumers of the API
The signature of a command function
val create :
?auth:Auth.t ->
?default:command ->
?commands:(string * command) list ->
?host:string ->
?tls_config:Conduit_lwt_unix.tls_server_key ->
Conduit_lwt_unix.server ->
Backend.t ->
t Lwt.t
Create a new server instance.