for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Kelemen\ApiNette\Validator\Input;
class PostRawInput implements InputInterface
{
public function getData()
return file_get_contents("php://input");
}