File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
88
99
10- ## [ 2.4.0] - Unreleased
10+ ## [ 2.4.0] - 2023-04-14
1111
1212### Changed
1313
Original file line number Diff line number Diff line change 1515## Intro
1616
1717HTTP client standard built on [ PSR-7] ( http://www.php-fig.org/psr/psr-7/ ) HTTP
18- messages. The HTTPlug client interface is compatible with the official standard
19- for the HTTP client interface, [ PSR-18] ( http://www.php-fig.org/psr/psr-18/ ) .
20- HTTPlug adds an interface for asynchronous HTTP requests, which PSR-18 does not
21- cover.
22-
23- Since HTTPlug has already been widely adopted and a whole ecosystem has been
24- built around it, we will keep maintaining this package for the time being.
25- HTTPlug 2.0 and newer extend the PSR-18 interface to allow for a convenient
26- migration path.
27-
28- New client implementations and consumers should use the PSR-18 interfaces
29- directly. In the long term, we expect PSR-18 to completely replace the need
30- for HTTPlug.
18+ messages. The HttpAsyncClient defines an asynchronous HTTP client for PHP.
19+
20+ This package also provides a synchronous HttpClient interface with the same
21+ method signature as the [ PSR-18] ( http://www.php-fig.org/psr/psr-18/ ) client.
22+ For synchronous requests, we recommend using PSR-18 directly.
3123
3224
3325## History
You can’t perform that action at this time.
0 commit comments