Wallogit.com
2017 © Pedro Peláez
![Build Status][travis-image] ![MIT License][license-image], (*1)
Watch out for Sunset headers on HTTP responses, as they signify the deprecation (and eventual removal) of an endpoint., (*2)
Sunset is an in-development RFC for a HTTP response header, currently v03. Check out GitHub for issues and discussion around it's development., (*3)
This specification defines the Sunset HTTP response header field, which indicates that a URI is likely to become unresponsive at a specified point in the future., (*4)
The header we're sniffing for looks a little like this:, (*5)
Sunset: Sat, 31 Dec 2018 23:59:59 GMT
So long as the server being called is inserting a Sunset header to the response with a HTTP date, this client-side code will do stuff., (*6)
Via Composer, (*7)
composer require hskrasek/guzzle-sunset
$stack = new \GuzzleHttp\HandlerStack(\GuzzleHttp\choose_handler()); $stack->push(new \HSkrasek\Sunset\SunsetMiddleware($somePsr3Logger)); $client = new \GuzzleHttp\Client(['handler' => $stack]);
Please see CHANGELOG for more information on what has changed recently., (*8)
bash
$ composer test, (*9)
Bug reports and pull requests are welcome on GitHub at hskrasek/guzzle-sunset. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct., (*10)