BasThomas / Issues

Source code of an (upcoming) iOS app
MIT License
0 stars 0 forks source link

Using ETags in requests #17

Closed BasThomas closed 9 years ago

BasThomas commented 9 years ago

See Alamofire's documentation of adding custom HTTP header fields. ETags are used in combination with If-None-Match to check if the request has been modified since.

BasThomas commented 9 years ago

Done in 95427fb