Php Fetch Versions Save

A simple, type-safe, zero dependency port of the javascript fetch WebApi for PHP

0.3.0

3 years ago

New IO interface provided by castor/io

0.2.0

3 years ago

This is a backward incompatible release:

Changes

  • The MNC\Http\Enconding\JsonReader interface has been removed. It did not do anything that the normal reading plus buffering could not do.
  • The MNC\Http\Response::reasonPhrase method has been removed. Not it is implemented in MNC\Http\Status::reasonPhrase
  • MNC\Http\Response is now an interface.

New Features

  • Responses can implement MNC\Http\Redirected interface when a one or more redirects have been followed. A collection of MNC\Http\PartialResponse can be obtained from them with the headers and status of the previous redirects.

0.1.0

3 years ago

First version