Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
php-http-httplug
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian PHP Team
PEAR
php-http-httplug
Commits
625ad742
Commit
625ad742
authored
2 years ago
by
David Buchmann
Browse files
Options
Downloads
Patches
Plain Diff
prepare release
parent
822dbc92
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
README.md
+5
-13
5 additions, 13 deletions
README.md
with
6 additions
and
14 deletions
CHANGELOG.md
+
1
−
1
View file @
625ad742
...
...
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
## [2.4.0] -
Unreleased
## [2.4.0] -
2023-04-14
### Changed
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
13
View file @
625ad742
...
...
@@ -15,19 +15,11 @@
## Intro
HTTP client standard built on
[
PSR-7
](
http://www.php-fig.org/psr/psr-7/
)
HTTP
messages. The HTTPlug client interface is compatible with the official standard
for the HTTP client interface,
[
PSR-18
](
http://www.php-fig.org/psr/psr-18/
)
.
HTTPlug adds an interface for asynchronous HTTP requests, which PSR-18 does not
cover.
Since HTTPlug has already been widely adopted and a whole ecosystem has been
built around it, we will keep maintaining this package for the time being.
HTTPlug 2.0 and newer extend the PSR-18 interface to allow for a convenient
migration path.
New client implementations and consumers should use the PSR-18 interfaces
directly. In the long term, we expect PSR-18 to completely replace the need
for HTTPlug.
messages. The HttpAsyncClient defines an asynchronous HTTP client for PHP.
This package also provides a synchronous HttpClient interface with the same
method signature as the
[
PSR-18
](
http://www.php-fig.org/psr/psr-18/
)
client.
For synchronous requests, we recommend using PSR-18 directly.
## History
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment