\swoole_http_request

Http请求对象 Class swoole_http_request

Summary

Methods
Properties
Constants
rawContent()
$get
$post
$header
$server
$cookie
$files
$fd
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$get

$get : 

Type

$post

$post : 

Type

$header

$header : 

Type

$server

$server : 

Type

$cookie

$cookie : 

Type

$files

$files : 

Type

$fd

$fd : 

Type

Methods

rawContent()

rawContent() : string

获取非urlencode-form表单的POST原始数据

Returns

string