Skip to content
/ http Public

Http client, request and response objects implementing psr-7 (message interfaces).

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE
Unlicense
UNLICENSE
Notifications You must be signed in to change notification settings

inanepain/http

Repository files navigation

README: inanepain/http

icon 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);

About

Http client, request and response objects implementing psr-7 (message interfaces).

Topics

Resources

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE
Unlicense
UNLICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages