|
class | DerivativeRequest |
| Similar to FauxRequest, but only fakes URL parameters and method (POST or GET) and use the base request for the remaining stuff (cookies, session and headers). More...
|
|
class | FauxRequest |
| WebRequest clone which takes values from a provided array. More...
|
|
class | FauxResponse |
|
class | Http |
| Various HTTP related functions. More...
|
|
class | WebRequest |
| The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping illegal input characters and normalizing Unicode sequences. More...
|
|
class | WebRequestUpload |
| Object to access the $_FILES array. More...
|
|
class | WebResponse |
| Allow programs to request this object from WebRequest::response() and handle all outputting (or lack of outputting) via it. More...
|
|