class

HTTP::Server::Context

Inherits Reference / Object

Instances of this class are passed to an HTTP::Server handler.

Instance methods

request

The HTTP::Request to process.

Source
response

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

Source