Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dabevlohn/rust_api_client_2024

Trying to interact with REST API and parse JSON-response at April 2024
https://github.com/dabevlohn/rust_api_client_2024

api api-rest json json-parser rust rust-lang struct types unit-testing

Last synced: 8 days ago
JSON representation

Trying to interact with REST API and parse JSON-response at April 2024

Awesome Lists containing this project

README

        

# Rust API Client 2024

```shell
ai@Stealth ~/D/m/testapi (master)> ./target/release/testapi
DataJson {
lang: "rust",
body: "json",
}
HeadJson {
Accept: "*/*",
Host: "httpbin.org",
}
origin: xxx.xxx.xxx.xxx, url: http://httpbin.org/post
ai@Stealth ~/D/m/testapi (master)>
```