Options describing how an @see \io\vertx\jphp\core\http\HttpClient will make connect to make a request.
package |
Default |
---|
__construct( $requestOptions = null)
mixed | null
getHost() : string
string
getPort() : integer
integer
getURI() : string
string
isSsl() : boolean
boolean
setHost( $host) : $this
string
$this
setPort( $port) : $this
integer
$this
setSsl( $ssl) : $this
boolean
$this
setURI( $uri) : $this
string
$this