Request
cask.model.Request
case class Request(exchange: HttpServerExchange, remainingPathSegments: Seq[String]) extends ByteData, Readable
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Readabletrait Writabletrait ByteDataclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Read all the bytes of the incoming request without caching
Read all the bytes of the incoming request without caching
Attributes
Inherited methods
Attributes
- Inherited from:
- Writable
Attributes
- Inherited from:
- Writable
Attributes
- Inherited from:
- ByteData
Attributes
- Inherited from:
- ByteData
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ByteData
Attributes
- Inherited from:
- ByteData
Attributes
- Inherited from:
- ByteData
Attributes
- Inherited from:
- ByteData
Attributes
- Inherited from:
- Readable
Concrete fields
Read all the bytes of the incoming request with caching
Read all the bytes of the incoming request with caching
Attributes
In this article