kobweb
Toggle table of contents
0.25.0
js
Target filter
js
Switch theme
Search in API
Skip to content
kobweb
browser-ext
/
com.varabyte.kobweb.browser.http
/
HttpFetcher
/
head
head
suspend
fun
head
(
resource
:
String
,
headers
:
Map
<
String
,
Any
>
?
=
FetchDefaults.Headers
,
redirect
:
RequestRedirect
?
=
FetchDefaults.Redirect
,
abortController
:
AbortController
?
=
null
)
:
Response
(
source
)
Call HEAD on a target resource.
See also
tryHead
, which will return null if the request fails.