core
core
sttp.model
ContentTypeRange
ContentTypeRange
HasHeaders
Header
Header
HeaderNames
HeaderNames
Headers
Headers
MediaType
MediaType
MediaTypes
Method
Method
Methods
Part
Part
QueryParams
QueryParams
RequestMetadata
RequestMetadata
ResponseMetadata
ResponseMetadata
StatusCode
StatusCode
StatusCodes
Uri
Uri
Authority
Authority
Segment
HostSegment
PathSegments
PathSegments
EmptyPath
AbsolutePath
RelativePath
PathSegment
FragmentSegment
QuerySegment
QuerySegment
KeyValue
Value
Plain
HostEncoding
PathSegmentEncoding
QuerySegmentEncoding
FragmentEncoding
UserInfo
UriInterpolator
UriContext
UriInterpolator
Token
StringToken
ExpressionToken
SchemeEnd
ColonInAuthority
AtInAuthority
DotInAuthority
AuthorityEnd
PathStart
SlashInPath
QueryStart
AmpInQuery
EqInQuery
FragmentStart
Tokenizer
Tokenizer
Scheme
AfterScheme
Authority
Path
Query
Fragment
UriBuilder
UriBuilder
Scheme
UserInfo
HostPort
Path
Query
Fragment
sttp.model.headers
Accepts
CacheDirective
CacheDirective
MaxAge
MaxStale
MinFresh
NoCache
NoStore
NoTransform
OnlyIfCached
MustRevalidate
Public
Private
ProxyRevalidate
SMaxage
Immutable
StaleWhileRevalidate
StaleIfError
Cookie
Cookie
SameSite
SameSite
Lax
Strict
None
CookieValueWithMeta
CookieValueWithMeta
CookieWithMeta
CookieWithMeta
ETag
ETag
sttp.model.internal
Rfc2616
Rfc3986
Validate
RichEither
sttp.model.sse
ServerSentEvent
ServerSentEvent
core
/
sttp.model.headers
/
CacheDirective
CacheDirective
object
CacheDirective
Companion
class
Graph
Supertypes
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
Classlikes
case
object
Immutable
extends
CacheDirective
case
class
MaxAge
(d:
FiniteDuration
) extends
CacheDirective
case
class
MaxStale
(d:
Option
[
FiniteDuration
]) extends
CacheDirective
case
class
MinFresh
(d:
FiniteDuration
) extends
CacheDirective
case
object
MustRevalidate
extends
CacheDirective
case
object
NoCache
extends
CacheDirective
case
object
NoStore
extends
CacheDirective
case
object
NoTransform
extends
CacheDirective
case
object
OnlyIfCached
extends
CacheDirective
case
object
Private
extends
CacheDirective
case
object
ProxyRevalidate
extends
CacheDirective
case
object
Public
extends
CacheDirective
case
class
SMaxage
(d:
FiniteDuration
) extends
CacheDirective
case
class
StaleIfError
(d:
FiniteDuration
) extends
CacheDirective
case
class
StaleWhileRevalidate
(d:
FiniteDuration
) extends
CacheDirective
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from
Mirror
Value members
Concrete methods
def
parse
(s:
String
):
List
[
Either
[
String
,
CacheDirective
]]
def
unsafeParse
(s:
String
):
List
[
CacheDirective
]