测试服务器安装(需要带有npm):


git clone https://github.com/chesles/test-server.git

cd test-server

npm install

npm start

如果一切顺利,您将在端口2700上运行服务器。


特征说明

  • React请求延迟:使用delay参数使请求花费更长时间,例如:

curl localhost:2700?delay=2000

  • 独特的有效载荷实现:使用enforce_unique=trueunique_keys(逗号分隔的字段列表)确保请求的唯一性。示例:

curl -v localhost:2700?enforce_unique=true&unique_keys=id,username -d \"id=1\" -d \"username=bar\"