美文网首页
2021-07-13 Curl

2021-07-13 Curl

作者: 华清居士 | 来源:发表于2021-07-13 22:03 被阅读0次

    post----url-encoded
    curl -d'p1=xxxx&p2=123'-X POST http://xxxxx

    post---json

    curl -d '{"xxx": "emma", "xxx": "123"}' -H 'Content-Type: application/json' -H 'id:xxx' https://xxx/lxx
    application/x-www-form-urlencoded

    Get

    curl --get -H 'Content-Type: xxxxx' 'http://xxxxxx'

    相关文章

      网友评论

          本文标题:2021-07-13 Curl

          本文链接:https://www.haomeiwen.com/subject/affepltx.html