Krosstalk
1.4.0
Krosstalk Base
/
com.rnett.krosstalk.endpoint
/
UrlRequest
Url
Request
@
KrosstalkPluginApi
data
class
UrlRequest
(
urlParts
:
List
<
String
>
,
queryParams
:
Map
<
String
,
String
>
)
Content copied to clipboard
Constructors
Functions
Properties
Sources
Constructors
Url
Request
Link copied to clipboard
fun
UrlRequest
(
url
:
String
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
without
Prefix
Link copied to clipboard
fun
withoutPrefix
(
prefix
:
String
)
:
UrlRequest
Content copied to clipboard
without
Prefix
Parts
Link copied to clipboard
fun
withoutPrefixParts
(
prefix
:
List
<
String
>
)
:
UrlRequest
Content copied to clipboard
without
Query
Params
Link copied to clipboard
fun
withoutQueryParams
(
params
:
Set
<
String
>
)
:
UrlRequest
Content copied to clipboard
Properties
queryParams
Link copied to clipboard
val
queryParams
:
Map
<
String
,
String
>
Content copied to clipboard
urlParts
Link copied to clipboard
val
urlParts
:
List
<
String
>
Content copied to clipboard
Sources
common source
Link copied to clipboard