HEAD
Description
The HEAD
method returns the headers that would be sent back if the resource had been requested via the GET
method, but returns no body.
Support
Program | Support | Notes |
---|---|---|
SDTPBrowser | No | There is no way to generate a HEAD request from SDTPBrowser. |
SDTPServer | Yes | SDTPServer uses the GET handling code to generate the response, then strips the body out. |