UniSet 2.44.3
Структура uniset::UHttp::HttpRequestContext

#include <UHttpRequestHandler.h>

Граф связей класса uniset::UHttp::HttpRequestContext:

Открытые члены

 HttpRequestContext (Poco::Net::HTTPServerRequest &req, Poco::Net::HTTPServerResponse &resp)
size_t depth () const
const std::string & operator[] (size_t i) const
std::string pathString () const

Открытые атрибуты

Poco::Net::HTTPServerRequest & request
Poco::Net::HTTPServerResponse & response
std::vector< std::string > path
Poco::URI::QueryParameters params
std::string objectName

Подробное описание

Контекст HTTP запроса. Простая data-структура с public полями. Создаётся один раз в handleRequest и передаётся во все handlers.