Skip to content

remcoeijsackers/RustReq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustReq

Example of how to handle requests in rustlang.

Prerequesets

installation

cargo build

Usage

call get on a url

cargo run get https://api.domain.com

or

./target/debug/rustreq get https://api.domain.com

call post on a url

cargo run post https://api.domain.com {body}

or

./target/debug/rustreq post https://api.domain.com {body}

About

CLI Tool to handle requests in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages