class Raze::Config
- Raze::Config
- Reference
- Object
Defined in:
raze/config.crConstant Summary
-
INSTANCE =
self.new
Instance Method Summary
- #env : String
- #env=(env : String)
- #error_handlers : Hash(Int32, HTTP::Server::Context, Exception -> String)
- #error_handlers=(error_handlers : Hash(Int32, HTTP::Server::Context, Exception -> String))
- #global_handlers : Array(HTTP::Handler)
- #global_handlers=(global_handlers : Array(HTTP::Handler))
- #host : String
- #host=(host : String)
- #logging : Bool
- #logging=(logging : Bool)
- #port : Int32
- #port=(port : Int32)
- #reuse_port : Bool
- #reuse_port=(reuse_port : Bool)
Instance Method Detail
def error_handlers=(error_handlers : Hash(Int32, HTTP::Server::Context, Exception -> String))
#