示例cURL请求(AFAIK这是ES请求可以用POST代替什么 – 但我有外部应用程序只接受GET):
curl -XGET 'localhost:9200/_search?pretty' -H 'Content-Type: application/Json' -d'{ "query": { "query_string" : { "default_fIEld" : "content","query" : "this AND that OR thus" } }}'解决方法 根据github的讨论
https://github.com/postmanlabs/postman-app-support/issues/131
这不可能.
但最后评论有希望:
总结A new Node.Js based networking stack will be available soon that will help us add bodIEs for GET calls.
以上是内存溢出为你收集整理的如何使用像cURL -XGET -d'{“query”:“aaa”}’这样的正文来触发Postman GET请求全部内容,希望文章能够帮你解决如何使用像cURL -XGET -d'{“query”:“aaa”}’这样的正文来触发Postman GET请求所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)