class Orion::Server::Context
- Orion::Server::Context
- HTTP::Server::Context
- Reference
- Object
Defined in:
Instance Method Summary
- #config : Orion::Config::ReadOnly?
- #config=(config : Orion::Config::ReadOnly)
- #config? : Orion::Config::ReadOnly | Nil?
-
#request : Request
The
HTTP::Request
to process. -
#response : Response
The
HTTP::Server::Response
to configure and write to.