Skip to content
/ rurl Public

rurl is like curl but with a json configuration file per request

Notifications You must be signed in to change notification settings

loop0/rurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rurl

rurl is a curl-like cli tool made in rust, the difference is that it takes its params from a json file so you can have all different requests saved and rerun from there.

This tools if far from being feature complete. The verbose mode outputs the response headers to the stderr so you can still redirect the output to a file.

Install

macOS (homebrew)

brew tap loop0/rurl
brew install rurl

Usage

$ rurl examples/whatismyip.json
{"ip":"192.168.0.1"}

TODO

  • body from file
  • status code
  • better error handling

Motivation

I'm using this project to learn rust :)

About

rurl is like curl but with a json configuration file per request

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages