core
core
sttp.model
ContentRangeUnits
ContentRangeUnits
ContentTypeRange
ContentTypeRange
Encodings
Encodings
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
AbsolutePath
Authority
Authority
EmptyPath
FragmentEncoding
FragmentSegment
HostEncoding
HostSegment
PathSegment
PathSegmentEncoding
PathSegments
PathSegments
QuerySegment
KeyValue
Plain
Value
QuerySegment
QuerySegmentEncoding
RelativePath
Segment
UserInfo
UriInterpolator
UriContext
UriInterpolator
sttp.model.headers
AcceptEncoding
AcceptEncoding
WeightedEncoding
Accepts
AuthenticationScheme
AuthenticationScheme
Basic
Bearer
Digest
CacheDirective
CacheDirective
Immutable
MaxAge
MaxStale
MinFresh
MustRevalidate
NoCache
NoStore
NoTransform
OnlyIfCached
Private
ProxyRevalidate
Public
SMaxage
StaleIfError
StaleWhileRevalidate
ContentRange
ContentRange
Cookie
Cookie
SameSite
Lax
None
Strict
SameSite
CookieValueWithMeta
CookieValueWithMeta
CookieWithMeta
CookieWithMeta
ETag
ETag
Origin
Origin
Host
Null
Range
Range
WWWAuthenticateChallenge
WWWAuthenticateChallenge
sttp.model.internal
ArrayView
ParseUtils
Rfc2616
Rfc3986
Singleton
Validate
RichEither
sttp.model.sse
ServerSentEvent
ServerSentEvent
core
/
sttp.model.headers
/
ContentRange
ContentRange
case
class
ContentRange
(
unit:
String
,
range:
Option
[(
Long
,
Long
)],
size:
Option
[
Long
])
Companion:
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
override
def
toString
:
String
Definition Classes
Any
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product