All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
0.3.1 - 2023-12-18
- parse quoted url, set default http:// scheme for url (#3) - (1149953) - Evgeniy Tatarkin
- code format - (fc3ae2b) - Tyr Chen
- Update CHANGELOG.md - (ada544e) - Tyr Chen
- add location option (#1)
Hi
I just want to add the location option to the code
It probably does not do much besides replacing the url, but the thing is
a curl generated by Postman always have the --location
option,
which I think is something to think about.
Not that versed in Rust and Pest yet, so please improve my code if able.
Also, I just add the ---request
option along with the -X
And should the curl
request have data but it is a GET
, it
should be automatically converted to a
POST
.
Thank you.
Co-authored-by: Cường Nguyễn (Software Engineer) cuong.nguyen4@be.com.vn Co-authored-by: Tyr Chen tyr.chen@gmail.com - (52ed623) - ffleader1
0.3.0 - 2023-12-18
- update deps and bump version to 0.3 - (6861c72) - Tyr Chen
- Update CHANGELOG.md - (a8cc54d) - Tyr Chen
0.2.1 - 2023-02-09
- disable json feature for minijinja - (9632f1c) - Tyr Chen
- Update CHANGELOG.md - (0c7e942) - Tyr Chen
0.2.0 - 2023-02-09
- support template rendering so that variables in curl command could be pre-processed - (26d7054) - Tyr Chen
- Update CHANGELOG.md - (258b0bf) - Tyr Chen
0.1.1 - 2023-02-09
- remove user-agent - (163d9e3) - Tyr Chen
- MVP to convert curl command to a ParsedRequest - (d62e21b) - Tyr Chen
- Update CHANGELOG.md - (b55a4e5) - Tyr Chen