github unkn0wn-root/resterm v0.17.1

latest releases: v0.31.2, v0.31.1, v0.30.3...
3 months ago

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

Don't miss a new resterm release

NewReleases is sending notifications on new releases.