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
- #directory_listing : Bool
- #environment : String
- #exception_handler : Grip::Handlers::Exception
- #fallthrough : Bool
- #host : String
- #http_handler : Grip::Routers::Http
- #key_file : String
- #pipeline_handler : Grip::Handlers::Pipeline
- #port : Int32
- #pubilc_dir : String
- #reuse_port : Bool
- #router : Array(HTTP::Handler)
- #router=(router : Array(HTTP::Handler))
- #run
- #scopes : Array(String)
- #serve_static : Bool
- #server : HTTP::Server
- #ssl : Bool
- #static_handler : Grip::Handlers::Static | Nil
- #valve : Symbol | Nil
- #valves : Array(Symbol)
- #websocket_handler : Grip::Routers::WebSocket