- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 166
 
Closed
Milestone
Description
Here's the current situation:
- This Http component: Event-driven, streaming plaintext HTTP and secure HTTPS server for ReactPHP.
 - HttpClient component: Asynchronous HTTP client library.
 
This is not exactly ideal, they share quite a bit of common code.
Also, I believe this situation may be a bit confusing for consumers of this package. In particular our Datagram component provides both client and server side for datagram sockets (UDP).
As such, I'd vote for merging these two components into a single Http component.
andig