swoole_http_request->rawContent

获取原始的POST包体,用于非application/x-www-form-urlencoded格式的Http POST请求。

string swoole_http_request->rawContent();

有些情况下服务器不需要解析Http POST请求参数,1.7.18以上版本增加了http_parse_post 配置,可以关闭POST数据解析。