Optional
abilityOptional
callProtected
headersAdd headers to the HTTP HEAD request to send.
the headers.
this instance
simple request
Head.from('https://my-fancy-url.com');
with chained definitions
Head.from('https://my-fancy-url.com')
// add headers
.withHeaders({
key: value,
})
// define expected response format
.withResponseFormat('text');
Static
fromGenerated using TypeDoc
Send a HTTP HEAD Request.