我有一个脚本,它从request中获取值:
$body = file_get_contents('php://input');
我使用ApacheBech(ab) util测试这个脚本。如何在ApacheBench实用程序中发送php://input的值?提前谢谢。
ApacheBech(ab)
php://input
发布于 2011-10-11 15:31:09
ab -p POST-file (包含要发布的数据的文件)
ab -p POST-file
https://stackoverflow.com/questions/7722511
相似问题