v1.1.0
版本发布时间: 2020-09-11 19:02:32
reactphp/http最新发布版本:v1.10.0(2024-03-28 01:25:03)
-
Feature: Support upcoming PHP 8 release, update to reactphp/socket v1.6 and adjust type checks for invalid chunk headers. (#391 by @clue)
-
Feature: Consistently resolve base URL according to HTTP specs. (#379 by @clue)
-
Feature / Fix: Expose
Transfer-Encoding: chunked
response header and fix chunked responses forHEAD
requests. (#381 by @clue) -
Internal refactoring to remove unneeded
MessageFactory
andResponse
classes. (#380 and #389 by @clue) -
Minor documentation improvements and improve test suite, update to support PHPUnit 9.3. (#385 by @clue and #393 by @SimonFrings)