Module web

Module web 

Source
Expand description

Web request builder for HTTP-style execution.

Populates $_SERVER, $_GET, $_POST, $_COOKIE, and handles the mapping from HTTP semantics to PHP superglobals.

Structs§

WebRequest
Builder for web-style PHP requests.

Enums§

Method
HTTP request method.
WebRequestError
Errors from building a web request.

Functions§

from_http_parts
from_http_request