Lift request to TypedRequest with option to extract params
- Companion:
- object
trait Request
trait HttpDataExtension[Request]
trait HeaderExtension[Request]
trait HeaderChecks[Request]
trait HeaderGetters[Request]
trait HeaderModifier[Request]
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Decodes the content of request as a Chunk of Bytes
Decodes the content of request as a Chunk of Bytes
- Inherited from:
- HttpDataExtension
Decodes the content of request as CharSequence
Decodes the content of request as CharSequence
- Inherited from:
- HttpDataExtension
Decodes the content of request as stream of bytes
Decodes the content of request as stream of bytes
- Inherited from:
- HttpDataExtension
Decodes the content of request as string
Decodes the content of request as string
- Inherited from:
- HttpDataExtension
Checks is the request is a pre-flight request or not
Checks is the request is a pre-flight request or not
- Inherited from:
- Request
Updates the headers using the provided function
Updates the headers using the provided function
- Definition Classes
- Inherited from:
- Request