欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

curl备忘

程序员文章站 2022-07-15 11:29:33
...

get:

curl "http://www.test.com/test?a=123&b=asdf"

post:

curl -d "a=123&b=asdf" http://www.test.com/test

urlencode:

curl --data-urlencode "token=suVT7OcYi0FUrgOZoS+fpDnB8sN1lw==" http://localhost:8080/server/reconnect