issues
search
lmenezes
/
cerebro
MIT License
5.54k
stars
716
forks
source link
Improve copy to curl
#546
Open
centic9
opened
2 years ago
centic9
commented
2 years ago
Copying to cURL has two issues:
if the hostname in the configuration ends with a slash, the resulting cURL has double slashes, which renders it invalid
HTTP GET can also have a body as part of the request, e.g. when performing Elasticsearch queries
This PR solves both issues.
Copying to cURL has two issues:
This PR solves both issues.