What's New
New curl parser I've been working on last couple of days which means that You can now convert your curl commands directly into .http files!
Three ways to use it:
Inline command:
resterm --from-curl "curl https://api.example.com/users -H 'Authorization: Bearer token'"
From a file:
resterm --from-curl ./my.curl (or .txt)
From stdin (paste and press Ctrl+D):
resterm --from-curl -
If you want to specify diffrent .http file name, use flag --http-out ./requests/<filename>.http
What's Changed
- Fixed a small bug where latency sparkline would show ~1ms difference from actual request duration