ApplicationRequest
Represents client's request
Functions
Properties
ApplicationCall instance this ApplicationRequest is attached to
Inheritors
Extensions
Request's Accept
header value
Request's Accept-Charset
header value
Parsed and sorted request's Accept-Charset
header value
Request's Accept-Encoding
header value
Parsed and sorted request's Accept-Encoding
header value
Parsed request's Accept
header and sorted according to quality
Request's Accept-Language
header value
Parsed and sorted request's Accept-Language
header value
Request authorization header value
Request's Cache-Control
header value
Request's charset
Request's content type or ContentType.Any
Request's document name (substring after the last slash but before query string)
Request's host without port
Returns request HTTP method possibly overridden via header X-Http-Method-Override
Request's HTTP version
Check if request's body is chunk-encoded
Check if request body is multipart-encoded
Request's Location
header value
Represents request and connection parameters possibly overridden via https headers. By default it fallbacks to ApplicationRequest.local
Request's path without query string
Request's port extracted from Host
header value
Request's query string or empty string if missing
Parsed request's Range
header value
Generates a string representing this ApplicationRequest suitable for logging
Request's URI (including query string)
Request's User-Agent
header value