module Marten::Server
Overview
Wrapper around the Marten server.
Defined in:
marten/server.crmarten/server/context.cr
marten/server/handlers/concerns/handler_response_converter.cr
marten/server/handlers/error.cr
marten/server/handlers/host_verification.cr
marten/server/handlers/logger.cr
marten/server/handlers/middleware.cr
marten/server/handlers/routing.cr
Class Method Summary
- 
        .addresses
        
          Returns the addresses on which the server is listening. 
- 
        .setup
        
          Setups the server (TCP binding). 
- 
        .start
        
          Starts the server. 
- 
        .stop
        
          Stops the server.