MediaWiki
master
|
Files | |
file | Cookie.php |
Cookie for HTTP requests. | |
file | CookieJar.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | HttpFunctions.php |
Various HTTP related functions. | |
Classes | |
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... | |