Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HeaderChecks[Request]trait HeaderGetterstrait HeaderModifier[Request]class Objecttrait Matchableclass AnyShow all
- Self type
Members list
Value members
Concrete methods
A right-biased way of combining two requests. Most information will be merged, but in cases where this does not make sense (e.g. two non-empty bodies), the information from the right request will be used.
A right-biased way of combining two requests. Most information will be merged, but in cases where this does not make sense (e.g. two non-empty bodies), the information from the right request will be used.
Attributes
Add trailing slash to the path.
Add trailing slash to the path.
Attributes
Collects the potentially streaming body of the request into a single chunk.
Collects the potentially streaming body of the request into a single chunk.
Attributes
Returns the cookie with the given name if it exists.
Returns the cookie with the given name if it exists.
Attributes
Uses the cookie with the given name if it exists and runs f
with the cookie afterwards.
Uses the cookie with the given name if it exists and runs f
with the cookie afterwards.
Also, you can set a custom failure value from a missing cookie with E
.
Attributes
Uses the cookie with the given name if it exists and runs f
with the cookie afterwards.
Uses the cookie with the given name if it exists and runs f
with the cookie afterwards.
Attributes
Returns all cookies from the request.
Returns all cookies from the request.
Attributes
Drops trailing slash from the path.
Drops trailing slash from the path.
Attributes
Consumes the streaming body fully and then drops it
Consumes the streaming body fully and then drops it
Attributes
Unnests the request by the specified prefix. If the request URL is not nested at the specified path, then this has no effect on the URL.
Unnests the request by the specified prefix. If the request URL is not nested at the specified path, then this has no effect on the URL.
Attributes
Updates the headers using the provided function
Inherited methods
Attributes
- Inherited from:
- HeaderModifier
Attributes
- Inherited from:
- HeaderModifier
Attributes
- Inherited from:
- HeaderModifier
Attributes
- Inherited from:
- HeaderChecks
Attributes
- Inherited from:
- HeaderChecks
Attributes
- Inherited from:
- HeaderChecks
Attributes
- Inherited from:
- HeaderChecks
Attributes
- Inherited from:
- HeaderChecks
Attributes
- Inherited from:
- HeaderChecks
Attributes
- Inherited from:
- HeaderChecks
Attributes
- Inherited from:
- HeaderChecks
Attributes
- Inherited from:
- HeaderChecks
Attributes
- Inherited from:
- HeaderChecks
Attributes
- Inherited from:
- HeaderChecks
Gets a header or returns None if the header was not present or it could not be parsed
Gets a header or returns None if the header was not present or it could not be parsed
Attributes
- Inherited from:
- HeaderGetters
Gets a header. If the header is not present, returns None. If the header could not be parsed it returns the parsing error
Gets a header. If the header is not present, returns None. If the header could not be parsed it returns the parsing error
Attributes
- Inherited from:
- HeaderGetters
Attributes
- Inherited from:
- HeaderGetters
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Gets the raw unparsed header value
Gets the raw unparsed header value
Attributes
- Inherited from:
- HeaderModifier
Attributes
- Inherited from:
- HeaderModifier
Attributes
- Inherited from:
- HeaderModifier
Attributes
- Inherited from:
- HeaderModifier
Concrete fields
Custom headers and headers required by the used Body
Custom headers and headers required by the used Body