HEAD Method
Reported by Kris Jordan | December 8th, 2008 @ 12:54 AM | in 0.20
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response. The metainformation contained in the HTTP headers in response to a HEAD request SHOULD be identical to the information sent in response to a GET request. This method can be used for obtaining metainformation about the entity implied by the request without transferring the entity-body itself. This method is often used for testing hypertext links for validity, accessibility, and recent modification.
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.
Comments and changes to this ticket
-
Kris Jordan December 24th, 2008 @ 08:06 PM
- Milestone changed from Public Preview to 0.11.1
- State changed from new to open
-
Kris Jordan March 30th, 2009 @ 09:48 PM
- Milestone changed from 0.11.1 to 0.20
-
Kris Jordan September 15th, 2009 @ 11:13 PM
- State changed from open to invalid
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Recess PHP Framework is an open source, full stack, RESTful PHP framework.
http://www.recessframework.org/