class Grip::Application
- Grip::Application
- Reference
- Object
Overview
Grip::Application
is a building class which initializes the crucial parts of the
web-framework.
Included Modules
Defined in:
grip/application.crConstructors
Instance Method Summary
- #cert_file : String
- #environment : String
- #exception_handler : Grip::Handlers::Exception
- #host : String
- #http_handler : Grip::Routers::Http
- #key_file : String
- #pipeline_handler : Grip::Handlers::Pipeline
- #port : Int32
- #reuse_port : Bool
- #router : Array(HTTP::Handler)
- #router=(router : Array(HTTP::Handler))
- #run
- #scopes : Array(String)
- #server : HTTP::Server
- #ssl : Bool
- #static_handlers : Array(Grip::Handlers::Static)
- #valve : Symbol | Nil
- #valves : Array(Symbol)
- #websocket_handler : Grip::Routers::WebSocket