unify / unify

Unify Project
http://www.unifyjs.com
Other
152 stars 16 forks source link

Fix/requestheader #133

Closed mcdit closed 11 years ago

mcdit commented 11 years ago

Added the possibility to remove a request header from the request header map by setting the value to null. Example : this.setRequestHeader("If-Modified-Since", null);

This is useful if you have more than one service defined in your remoteData implementation and those need different request headers.