Swoole\Http\Request::rawcontent
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Get the raw HTTP POST body.
Description
Swoole\Http\Request::rawcontent(): string
This method is used for the POST data which isn't in the form of `application/x-www-form-urlencoded`.
Func