GoLang Swoole\Http\Request::rawcontent

request it (224)
GoLang replacement for PHP's Swoole\Http\Request::rawcontent [edit | history]



Do you know a GoLang replacement for PHP's Swoole\Http\Request::rawcontent? Write it!

PHP Swoole\Http\Request::rawcontent

PHP original manual for Swoole\Http\Request::rawcontent [ show | php.net ]

Swoole\Http\Request::rawcontent

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\Http\Request::rawcontentGet the raw HTTP POST body.

Description

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

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