Gets a header value from the request.
The header name
The header value or undefined
Gets the HTTP method of the request.
The HTTP method
Gets the path of the request.
The request path
Gets the full URL of the request.
The full request URL
Gets the Accept header from the request.
The Accept header value or empty string
Gets the User-Agent header from the request.
The User-Agent header value or empty string
Gets all query parameters from the request URL.
Record of query parameter key-value pairs
Gets a specific query parameter by name.
The query parameter name
The query parameter value(s) or undefined
Gets the parsed request body. Requires appropriate body parsing middleware.
The parsed request body
Hono adapter implementation