[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 195 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Request:: (21 methods):
__construct()
__clone()
setUrl()
getUrl()
setQuery()
getQuery()
setMethod()
getMethod()
getScheme()
setScheme()
getPort()
setPort()
getHost()
setHost()
getPath()
setPath()
getResource()
getConfig()
handleOptions()
addPrepareEvent()
updateHostHeaderFromUrl()
__construct($method,$url,$headers = [],$body = null,array $options = []) X-Ref |
param: string $method HTTP method param: string|Url $url HTTP URL to connect to. The URI scheme, param: array|Collection $headers HTTP headers param: mixed $body Body to send with the request param: array $options Array of options to use with the request |
__clone() X-Ref |
No description |
setUrl($url) X-Ref |
No description |
getUrl() X-Ref |
No description |
setQuery($query) X-Ref |
No description |
getQuery() X-Ref |
No description |
setMethod($method) X-Ref |
No description |
getMethod() X-Ref |
No description |
getScheme() X-Ref |
No description |
setScheme($scheme) X-Ref |
No description |
getPort() X-Ref |
No description |
setPort($port) X-Ref |
No description |
getHost() X-Ref |
No description |
setHost($host) X-Ref |
No description |
getPath() X-Ref |
No description |
setPath($path) X-Ref |
No description |
getResource() X-Ref |
No description |
getConfig() X-Ref |
No description |
handleOptions(array &$options) X-Ref |
No description |
addPrepareEvent() X-Ref |
Adds a subscriber that ensures a request's body is prepared before sending. |
updateHostHeaderFromUrl() X-Ref |
No description |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |