module

Marten::Server

Wrapper around the Marten server.

Class methods

addresses

Returns the addresses on which the server is listening.

Source
handlers

Returns the handlers of the server.

Source
instance

Returns the global HTTP server instance.

Source
setup

Setups the server (TCP binding).

Source
start

Starts the server.

Source
stop

Stops the server.

Source

Nested types