<?php Swoole\Http\Request->getContent()
Get the raw POST body. This method is used for the POST data which isn't in form of application/x-www-form-urlencoded.
application/x-www-form-urlencoded
You can set the configuration http_parse_post to control the analysis of POST data.
http_parse_post
Join 1,000+ others and never miss out on new tips, tutorials, and more.