发布于 2015-08-09 09:46:08 | 315 次阅读 | 评论: 0 | 来源: 网络整理
获取原始的POST包体,用于非application/x-www-form-urlencoded格式的Http POST请求。
string swoole_http_request->rawContent();
有些情况下服务器不需要解析Http POST请求参数,1.7.18以上版本增加了http_parse_post 配置,可以关闭POST数据解析。
http_parse_post