iamgold/http

There is no license information available for the latest version (0.1.2) of this package.

This is a lightweight HTTP Request and Response manipulatation library.

0.1.2 2018-05-06 11:24 UTC

This package is not auto-updated.

Last update: 2024-04-21 06:26:32 UTC


README

This is a lightweight HTTP Request and Response manipulation library.

Usage

Request

php

$request = new \iamgold\http\Request;

Response

php

$response = new \iamgold\http\Response;