HEAD(url = NULL, config = list(), ..., handle = NULL)
authenticate
), additional headers
(add_headers
), cookies (
query
, path
, etc,
passed on to modify_url
. Unnamed parameters will be combined
with config
.handle_pool
based on the scheme, hostname and port of the url. By default The response to a HEAD request MAY be cacheable in the sense that the information contained in the response MAY be used to update a previously cached entity from that resource. If the new field values indicate that the cached entity differs from the current entity (as would be indicated by a change in Content-Length, Content-MD5, ETag or Last-Modified), then the cache MUST treat the cache entry as stale.
BROWSE
;
DELETE
; GET
;
VERB
HEAD("http://google.com")
headers(HEAD("http://google.com"))
Run the code above in your browser using DataLab