Registry / networking / nette-http

nette-http

JSON →
library3.4.0phppackagistunverified

Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.

composer require nette/http
INSTALL
IMPORT
SIG · NETTE-HTTP
N
nette-http
networkingphpv3.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Request
use Nette\Http\Request;

Create and inspect an HTTP request

use Nette\Http\Request; $request = new Request(new \Nette\Http\UrlScript('https://example.com')); echo $request->getUrl();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nette-http — pip install nette-http · libregistry