fetch
fetch
io.laminext.fetch
Fetch
FetchError
FetchEventStream
FetchEventStreamBuilder
FetchException
FetchResponse
FetchSyntax
FetchTimeout
ReExports
RequestUrl
ToRequestBody
ToRequestBody
ToRequestUrl
ToRequestUrl
io.laminext.fetch.ops
EventStreamOfFetchResponseOfEitherOps
EventStreamOfFetchResponseOps
FetchEventStreamBuilderOps
fetch
/
io.laminext.fetch
/
RequestUrl
RequestUrl
case
class
RequestUrl
(protocol:
String
, hostname:
String
, path:
Seq
[
String
], params:
Map
[
String
,
Seq
[
String
]]) extends
ToRequestUrl
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
ToRequestUrl
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
addParams
(params: (
String
,
String
)*):
RequestUrl
@
inline
def
addPath
(path:
String
*):
RequestUrl
override
def
apply
():
String
Definition Classes
ToRequestUrl
def
maybeAddParams
(params: (
String
,
Option
[
String
])*):
RequestUrl
@
inline
def
withHostname
(hostname:
String
):
RequestUrl
def
withParams
(params: (
String
,
String
)*):
RequestUrl
@
inline
def
withPath
(path:
String
):
RequestUrl
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product