kristovaher / Wave-Framework

Open Source API-centric PHP Framework
https://github.com/kristovaher/Wave-Framework
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Consider implementing support for HEAD requests #141

Open kristovaher opened 10 years ago

kristovaher commented 10 years ago

Requests that only return header information. This is alternative to the content echo type of request.

anroots commented 10 years ago

This would definitely be useful to those who want to leverage more of the HTTP spec (and save server, network load).