HttpRequestInfo

constructor(request: ApplicationRequest)(source)

Parameters

request

This is the raw ApplicationRequest provided by Ktor, the HTTP transport library used by Kweb. It can be used to read various information about the inbound HTTP request, however you should use properties of HttpRequestInfo directly instead if possible.

Note that values in `ApplicationRequest` can change during a connection, see [issue #154])(https://github.com/kwebio/kweb-core/issues/154).