toggle menu
ktor
3.0.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
switch theme
search in API
ktor-client-resources
/
io.ktor.client.plugins.resources
/
href
href
inline
fun
<
T
:
Any
>
HttpClient
.
href
(
resource
:
T
)
:
String
inline
fun
<
T
:
Any
>
HttpClient
.
href
(
resource
:
T
,
urlBuilder
:
URLBuilder
)
Constructs a URL for
resource
.
The class of the
resource
instance
must
be annotated with
Resource
.