wvteijlingen / Spine

A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
MIT License
264 stars 109 forks source link

Support HEAD request for checking modifications #165

Open markst opened 7 years ago

markst commented 7 years ago

We use HEAD requests with header If-Modified-Since to identify if an object has been updated.