Skip to content

mrcingo/http.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Http πŸ”Ž

Make very basic HTTP requests. Simple project only to add up to the protfolio.

How it works? βš™οΈ

use http::request::Request
use http::request::get;

async fn main() {
    let request: Request = get("example.com", "/api/webhooks/test/test")
        .header("Authentication", "Token ...")
        .send().await?;
    let data_jsonified: request.json();
}

Support πŸƒ

Fork the project and send a pull request. If the content inside the request is usefull and helps the project will be added.

About

Very basic HTTP library for making requests.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages