@@ -20,7 +20,7 @@ existing higher-level protocol implementation.
20
20
Send any number of HTTP CONNECT requests in parallel and process their
21
21
responses as soon as results come in.
22
22
The Promise-based design provides a * sane* interface to working with out of
23
- bound responses and possible connection errors.
23
+ order responses and possible connection errors.
24
24
* ** Standard interfaces** -
25
25
Allows easy integration with existing higher-level components by implementing
26
26
ReactPHP's standard
@@ -37,16 +37,16 @@ existing higher-level protocol implementation.
37
37
* [ Support us] ( #support-us )
38
38
* [ Quickstart example] ( #quickstart-example )
39
39
* [ Usage] ( #usage )
40
- * [ ProxyConnector] ( #proxyconnector )
41
- * [ Plain TCP connections] ( #plain-tcp-connections )
42
- * [ Secure TLS connections] ( #secure-tls-connections )
43
- * [ HTTP requests] ( #http-requests )
44
- * [ Connection timeout] ( #connection-timeout )
45
- * [ DNS resolution] ( #dns-resolution )
46
- * [ Authentication] ( #authentication )
47
- * [ Advanced HTTP headers] ( #advanced-http-headers )
48
- * [ Advanced secure proxy connections] ( #advanced-secure-proxy-connections )
49
- * [ Advanced Unix domain sockets] ( #advanced-unix-domain-sockets )
40
+ * [ ProxyConnector] ( #proxyconnector )
41
+ * [ Plain TCP connections] ( #plain-tcp-connections )
42
+ * [ Secure TLS connections] ( #secure-tls-connections )
43
+ * [ HTTP requests] ( #http-requests )
44
+ * [ Connection timeout] ( #connection-timeout )
45
+ * [ DNS resolution] ( #dns-resolution )
46
+ * [ Authentication] ( #authentication )
47
+ * [ Advanced HTTP headers] ( #advanced-http-headers )
48
+ * [ Advanced secure proxy connections] ( #advanced-secure-proxy-connections )
49
+ * [ Advanced Unix domain sockets] ( #advanced-unix-domain-sockets )
50
50
* [ Install] ( #install )
51
51
* [ Tests] ( #tests )
52
52
* [ License] ( #license )
@@ -422,7 +422,7 @@ This project follows [SemVer](https://semver.org/).
422
422
This will install the latest supported version:
423
423
424
424
``` bash
425
- $ composer require clue/http-proxy-react:^1.5
425
+ $ composer require clue/http-proxy-react:^1.6
426
426
```
427
427
428
428
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
0 commit comments