Request
Table of Contents
Methods
-
__construct()
: mixed
-
send()
: string
-
setBody()
: void
-
setHeaders()
: void
-
setMethod()
: void
-
setProxy()
: void
-
setUrl()
: void
__construct()
public
__construct() : mixed
send()
public
send() : string
-
throws
-
SystemException
-
throws
-
Exception
setBody()
public
setBody(array<string|int, mixed> $body) : void
Parameters
-
$body
: array<string|int, mixed>
-
public
setHeaders(HttpHeaders $headers) : void
Parameters
-
$headers
: HttpHeaders
-
setMethod()
public
setMethod(string $method) : void
Parameters
-
$method
: string
-
setProxy()
public
setProxy(array<string|int, mixed> $proxyData) : void
Parameters
-
$proxyData
: array<string|int, mixed>
-
setUrl()
public
setUrl(Uri $url) : void
Parameters
-
$url
: Uri
-