Tariqa SOAP
|
Public Member Functions | |
__construct ($url, $query=false, $cookies=false, $method=self::HTTP_GET, $follow_redirect=true) | |
Data Fields | |
const | HTTP_GET = "get" |
const | HTTP_POST = "post" |
const | HTTP_HEAD = "head" |
$url | |
$cookies | |
$query | |
$method | |
$follow_redirect |
Request object used by the Tariqa::fetchUrl() operation
__construct | ( | $ | url, |
$ | query = false , |
||
$ | cookies = false , |
||
$ | method = self::HTTP_GET , |
||
$ | follow_redirect = true |
||
) |
Default constructor
string | $url | Url |
Pair[] | $query An array of Pair containing the request arguments | |
Pair[] | $cookies |
$cookies |
$follow_redirect |
$method |
$query |
$url |
const HTTP_GET = "get" |
HTTP GET method
const HTTP_HEAD = "head" |
HTTP HEAD method
const HTTP_POST = "post" |
HTTP POST method