Nette\Http
Classes
HTTP-specific tasks.
Provides access to individual files that have been uploaded by a client.
Helper functions for HTTP requests, responses and headers.
Immutable IPv4/IPv6 address with predicates for range membership and address class.
Immutable representation of an HTTP request with access to URL, headers, cookies, uploaded files, and body.
HTTP request factory.
Mutable HTTP response for setting status code, headers, cookies, and redirects.
Provides access to session sections as well as session settings and management methods.
Session section.
Mutable representation of a URL.
Immutable representation of a URL.
Immutable representation of a URL with application base-path.
Validates URLs against a configurable policy: scheme, port, host allow/blocklist, userinfo, and resolved IP ranges. Used to guard server-side URL fetches against SSRF — set the policy to match your threat model.