Skip to content

Commit

Permalink
Merge pull request #139 from clue-labs/buzz
Browse files Browse the repository at this point in the history
Link to clue/reactphp-buzz for higher-level HTTP client
  • Loading branch information
jsor authored Feb 2, 2019
2 parents f8e81a0 + ef902e3 commit c1472be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

Event-driven, streaming HTTP client for [ReactPHP](https://reactphp.org).

> Note that this is a very low-level HTTP client implementation that is currently
undergoing some major changes. In the meantime, we recommend using
[clue/reactphp-buzz](https://github.com/clue/reactphp-buzz) as a higher-level
HTTP client abstraction (which happens to build on top of this project). It
provides a Promise-based interface and common PSR-7 message abstraction which
makes getting started much easier.

**Table of Contents**

* [Basic usage](#basic-usage)
Expand Down

0 comments on commit c1472be

Please sign in to comment.