💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# 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`数据解析。