JSON提交POST请求,带http头
curl -X POST -H "token:xxxx" -H "Content-Type: application/json" -d '{"data":"xx"}' http://localhost:8000/
form提交
curl -X POST -H "token:xxxx" -d 'share_id=3b3adfd0-72a4-4e19-b192-b7272bcb8af7' http://localhost:8000/
本文章采用 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议 进行许可。
curl -X POST -H "token:xxxx" -H "Content-Type: application/json" -d '{"data":"xx"}' http://localhost:8000/
curl -X POST -H "token:xxxx" -d 'share_id=3b3adfd0-72a4-4e19-b192-b7272bcb8af7' http://localhost:8000/
对于本文内容有问题或建议的小伙伴,欢迎在文章底部留言交流讨论。