Version 1.2 of Yii Request Provider package is released.
- Add
RequestHeaderProviderclass that provides convenient access to request headers. - Add
RequestCookieProviderinstead ofRequestCookies, which is marked as deprecated. - Get request from provider into
RequestCookiesevery timeget()andhas()methods are called.