获取原始的POST包体,用于非application/x-www-form-urlencoded格式的Http POST请求。
application/x-www-form-urlencoded
Http POST
string swoole_http_request->rawContent();
POST
fopen('php://input')
有些情况下服务器不需要解析Http POST请求参数,1.7.18以上版本增加了http_parse_post 配置,可以关闭POST数据解析。
1.7.18
http_parse_post