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
/
QueryParams
QueryParams
object
QueryParams
Companion
class
Graph
Supertypes
trait
Product
trait
Mirror
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
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
apply
():
QueryParams
def
fromMap
(m:
Map
[
String
,
String
]):
QueryParams
def
fromMultiMap
(m:
Map
[
String
,
Seq
[
String
]]):
QueryParams
def
fromMultiSeq
(m:
Seq
[(
String
,
Seq
[
String
])]):
QueryParams
def
fromSeq
(s:
Seq
[(
String
,
String
)]):
QueryParams