README: inanepain/http Table of Contents inanepain/http 1. Install 2. Usage 3. Client Download Progress inanepain/http Http client (psr-18), request and response object message interfaces (psr-7). 1. Install Example 1. composer composer require inanepain/http 2. Usage $client = new \Inane\Http\Client(); $response = new \Inane\Http\Response(); $response->setBody('{"title":"Example"}'); $client->send($response); 3. Client Download Progress How to show progress on downloads using the Http Client. // to be continued...