Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use url.toString method from postman-collections rather than doing it manually in shell-httpie. #389

Merged
merged 2 commits into from
Oct 28, 2020

Conversation

webholik
Copy link
Contributor

Fixes #330. In shell-httpie and two other codegens (http and nodejs-native) we are manually parsing the url object. postman-collections provides a toString function that can handle all the special cases and we are using it in rest of the codegens. So, I have removed the code handling url parsing. I will do the same for the other two codegens in another PR.

@umeshp7 umeshp7 merged commit f8b73ad into develop Oct 28, 2020
@umeshp7 umeshp7 deleted the issue-330 branch December 15, 2020 09:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shell - Httpie adds extra https:// for URLs that start with environment variables
2 participants