File tree 2 files changed +8
-7
lines changed 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
Promise used for asynchronous HTTP requests.
5
5
6
6
This 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
17
17
The promise allows to specify handlers for a PSR-7 ``ResponseInterface ``
18
18
or an exception that implements ``Http\Client\Exception ``.
19
19
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.
26
21
27
22
28
23
.. toctree ::
@@ -32,4 +27,3 @@ See the :doc:``tutorial`` for a concrete example.
32
27
Migrating <httplug/migrating >
33
28
Virtual Package <httplug/virtual-package >
34
29
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