合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# swoole_http_request->rawContent 获取原始的POST包体,用于非`application/x-www-form-urlencoded`格式的`Http POST`请求。 ```php string swoole_http_request->rawContent(); ``` * 返回原始`POST`数据,此函数等同于PHP的`fopen('php://input')` 有些情况下服务器不需要解析`Http POST`请求参数,`1.7.18`以上版本增加了`http_parse_post` 配置,可以关闭`POST`数据解析。