cURL for Windows: how can I send multiple line command in a console?

前端 未结 3 1507
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-30 05:19

I am learning to use cURL and I need to run this in a console:

curl -XGET localhost:9200/library/book/_search?pretty=true -d {
    \"query\" : {
        \"qu         


        
3条回答
提交回复
热议问题