File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Promise used for asynchronous HTTP requests.
55
66This will eventually be removed/deprecated and replaced with the upcoming Promise PSR.
7+
8+ .. note ::
9+
10+ Contract for the ``Http\Promise\Promise `` is temporary until `PSR is released `_.
11+ Once it is out, we will use this PSR in the main client and deprecate the old contract.
12+
13+ .. _`PSR is released` : https://groups.google.com/forum/?fromgroups#!topic/php-fig/wzQWpLvNSjs
Original file line number Diff line number Diff line change @@ -17,12 +17,7 @@ There is also the ``Http\Client\HttpAsyncClient`` which provides the
1717The promise allows to specify handlers for a PSR-7 ``ResponseInterface ``
1818or an exception that implements ``Http\Client\Exception ``.
1919
20- .. warning ::
21-
22- Contract for the ``Http\Promise\Promise `` is temporary until `PSR is released `_.
23- Once it is out, we will use this PSR in the main client and deprecate the old contract.
24-
25- See the :doc: ``tutorial`` for a concrete example.
20+ See the :doc: `tutorial </httplug/tutorial >` for a concrete example.
2621
2722
2823.. toctree ::
@@ -32,4 +27,3 @@ See the :doc:``tutorial`` for a concrete example.
3227 Migrating <httplug/migrating >
3328 Virtual Package <httplug/virtual-package >
3429
35- .. _`PSR is released` : https://groups.google.com/forum/?fromgroups#!topic/php-fig/wzQWpLvNSjs
You can’t perform that action at this time.
0 commit comments