class Orion::Server::Context
- Orion::Server::Context
- HTTP::Server::Context
- Reference
- Object
Defined in:
orion/server/context.crInstance Method Summary
- #config : Orion::Config::ReadOnly | Nil
- #config=(config : Orion::Config::ReadOnly)
- #config? : Orion::Config::ReadOnly | Nil | Nil
-
#request : Request
The
HTTP::Request
to process. -
#response : Response
The
HTTP::Server::Response
to configure and write to.
Instance Method Detail
Description copied from class HTTP::Server::Context
The HTTP::Request
to process.
Description copied from class HTTP::Server::Context
The HTTP::Server::Response
to configure and write to.