Add to example web server on ruby Post request

后端 未结 0 1639
渐次进展
渐次进展 2020-12-13 07:14

I have a code that responds to get requests. How can I change it to receive the post?

curl -d "name=Kate" -X POST http://localhost:5000/


require \         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题