We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e81a0 commit ef902e3Copy full SHA for ef902e3
README.md
@@ -4,6 +4,13 @@
4
5
Event-driven, streaming HTTP client for [ReactPHP](https://reactphp.org).
6
7
+> Note that this is a very low-level HTTP client implementation that is currently
8
+ undergoing some major changes. In the meantime, we recommend using
9
+ [clue/reactphp-buzz](https://github.com/clue/reactphp-buzz) as a higher-level
10
+ HTTP client abstraction (which happens to build on top of this project). It
11
+ provides a Promise-based interface and common PSR-7 message abstraction which
12
+ makes getting started much easier.
13
+
14
**Table of Contents**
15
16
* [Basic usage](#basic-usage)
0 commit comments