case class OriginResponse(uri: URI, status: Int, headers: Map[HeaderName, Seq[String]]) extends CacheResponse with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- OriginResponse
- Serializable
- Product
- Equals
- CacheResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new OriginResponse(uri: URI, status: Int, headers: Map[HeaderName, Seq[String]])
Value Members
- lazy val directives: Seq[CacheDirective]
- Definition Classes
- → CacheResponse
- val headers: Map[HeaderName, Seq[String]]
- Definition Classes
- → CacheResponse
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val status: Int
- Definition Classes
- → CacheResponse
- val uri: URI
- Definition Classes
- → CacheResponse
A response from an origin server.