IPWorks 2020 JavaScript Edition

Questions / Feedback?

Head Method

Fetches the document headers using the HTTP HEAD method.

Syntax

async http.head(URL : string): Promise<void>

Remarks

This method fetches the document headers using the HTTP HEAD method. The headers are received through the Header event.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]