Some API use header to return the current page offset, for example [Shopify Rest API](https://shopify.dev/api/usage/pagination-rest) Blanket doesn't provide access to header, it'd be easy to add the `headers` on the Blanket::Response object here without breaking change https://github.com/inf0rmer/blanket/blob/master/lib/blanket/wrapper.rb#L97 Would you support such improvement ?