Swoole\Http\Request::rawcontent

Get the raw HTTP POST body.

Description

public string Swoole\Http\Request::rawcontent()

This method is used for the POST data which isn't in the form of `application/x-www-form-urlencoded`.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values