Skip to content

Tesohh/http-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP-rs

CLI for running http requests from .http files, following RFC2161 specs.

Use case

Writing .sh files for curl requests is painful and repetitive. Especially if you need to send JSON data. The best way to do this for me is to use .http files, but the problem is that every editor integrates them a little differently, or some just don't work like they should. This CLI aims to be fully compatible with the RFC2161 spec, which means it will be compatible with the VSCode "rest client" plugin.

Why rust?

I find rust to be very nice for projects that involve a parser.

About

HTTP Client CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages