Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.net.url
/
Url
/
Companion
Companion
common
object
Companion
Members
Functions
invoke
Link copied to clipboard
common
inline operator
fun
invoke
(
block
:
Url.Builder
.
(
)
->
Unit
)
:
Url
Create a new
Url
via a DSL builder block
parse
Link copied to clipboard
common
fun
parse
(
value
:
String
,
encoding
:
UrlEncoding
=
UrlEncoding.All
)
:
Url
Parse a URL string into a
Url
instance