head (method)

Fetches the document headers using the HTTP HEAD method.

Syntax

- (void)head:(NSString*)URL;
public func head(_ URL: String) throws -> 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 iOS Edition - Version 20.0 [Build 8307]