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

Table of Contents

icon inanepain/http

Http client (psr-18), request and response object message interfaces (psr-7).

Install

composer
composer require inanepain/http

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).

Resources

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE
Unlicense
UNLICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages