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.
- WebRequest
Error - Errors from building a web request.