Legend of the Green Dragon

Http

Tags
deprecated
5.0.0

use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Table of Contents

$lotgdHttpRequest  : mixed
$lotgdHttpResponse  : mixed
getHttpRequest()  : object|null
Get Request instance.
getHttpResponse()  : object|null
Get Response instance.

Properties

$lotgdHttpRequest

protected mixed $lotgdHttpRequest

$lotgdHttpResponse

protected mixed $lotgdHttpResponse

Methods

getHttpRequest()

Get Request instance.

public getHttpRequest() : object|null
Return values
object|null

getHttpResponse()

Get Response instance.

public getHttpResponse() : object|null
Return values
object|null

Search results