HttpResponse class

package Default

 Methods

__construct method

__construct(integer $httpCode, string $header, string $body) : void

Parameters

$httpCode

integer

http status code

$header

string

response headers

$body

string

response body

Get the response body

getBody() : string

Returns

stringresponse body

Get the response headers

getHeader() : string

Returns

stringresponse headers

Get the header value by specifying the header name

getHeaderLine(string $key) : string | null

Parameters

$key

string

header name

Returns

stringnullheader value

Get the http status code

getHttpCode() : integer

Returns

integerhttp status code

Get the response body in json format

getJsonBody() : \Kore\array<mixed>

Returns

\Kore\array<mixed>response body

 Properties

 

response body

$body : string

Default

 

response headers

$header : string

Default

 

http status code

$httpCode : integer

Default