trait Request
- Companion:
- object
trait HeaderChecks[Request]
trait HeaderGetters[Request]
trait HeaderModifier[Request]
class Object
trait Matchable
class Any
Value members
Abstract methods
Concrete methods
Checks is the request is a pre-flight request or not
Checks is the request is a pre-flight request or not
Returns a string representation of the request, useful for debugging, logging or other purposes. It contains the essential properties of HTTP request: protocol version, method, URL, headers and remote address.
Returns a string representation of the request, useful for debugging, logging or other purposes. It contains the essential properties of HTTP request: protocol version, method, URL, headers and remote address.
- Definition Classes
- Any