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.

Maintainers

Details

github.com/iamgold/http

Source

Issues

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/iamgold/http

0.1.2 2018-05-06 11:24 UTC

This package is not auto-updated.

Last update: 2025-10-05 13:42:37 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;