Gentee Programming Language > Documentation > Libraries Download documentation

http_head

The method sends a HEAD request to the specified URL address and partially parses the received data.
 
uint http_head(
      str   url,
      str   head,
      httpinfo   hi
)

Parameters

urlThe URL address for getting the header.
headThe string for getting the text of the header.
hiThe variable of the httpinfo type for getting information about the header.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Internet


 Copyright © 2004-2006 Gentee Inc. All rights reserved.