gun:head - Get headers of a resource representation
Get headers of a resource representation.
This function performs the same operation as gun:get(3), except the server will not send the resource representation, only the response’s status code and headers.
While servers are supposed to send the same headers as for
a GET request, they sometimes will not. For example the
content-length header may be dropped from the response.
The pid of the Gun connection process.
Path to the resource.
Additional request headers.
Request options.
A reference that identifies the newly created stream is returned. It is this reference that must be passed in subsequent calls and will be received in messages related to this new stream.
1.0: Function introduced.