baverman / vial-http

Simple http rest tool for vim
MIT License
411 stars 13 forks source link

Generate .http syntax from existing formats #8

Open NotAFile opened 6 years ago

NotAFile commented 6 years ago

vial-http improves my workflow a lot, but one thing that isn't as easy is getting the requests into the vial-http format. Having some way of creating those files from e.g. a curl command line (since browsers export those) or the mitmproxy exports would be pretty neat

baverman commented 6 years ago

I'm working on reversed feature now, export .http format to curl to be able to share requests. Your request is pretty useful too, I definitely will implement curl cli parsing.