\Swoole\Http2Response

Summary

Methods
Properties
Constants
No public methods found
$errCode
$statusCode
$body
$streamId
$header
$server
$cookie
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$errCode

$errCode : 

cookie 服务器设置的COOKIE信息 header 服务器发送的Header信息 server 底层连接与协议相关的信息 body 服务器发送的响应包体 statusCode 服务器发送的Http状态码,如200、502等

Type

$statusCode

$statusCode : 

Type

$body

$body : 

Type

$streamId

$streamId : 

Type

$header

$header : 

Type

$server

$server : 

Type

$cookie

$cookie : 

Type