class Orion::Server::Context

Defined in:

Instance Method Summary

Instance Method Detail

def config : Orion::Config::ReadOnly? #

def config=(config : Orion::Config::ReadOnly) #

def config? : Orion::Config::ReadOnly | Nil? #

def request : Request #
Description copied from class HTTP::Server::Context

The HTTP::Request to process.


def response : Response #
Description copied from class HTTP::Server::Context

The HTTP::Server::Response to configure and write to.