https://github.com/nitindahiya-dev/async-await
Perform asynchronous HTTP requests using the `reqwest` crate
https://github.com/nitindahiya-dev/async-await
api-request async rust
Last synced: 6 months ago
JSON representation
Perform asynchronous HTTP requests using the `reqwest` crate
- Host: GitHub
- URL: https://github.com/nitindahiya-dev/async-await
- Owner: nitindahiya-dev
- Created: 2024-07-03T10:12:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-03T10:17:42.000Z (over 1 year ago)
- Last Synced: 2025-08-18T20:36:29.358Z (6 months ago)
- Topics: api-request, async, rust
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Async Await Example with Reqwest and Error Handling in Rust
This Rust project demonstrates how to perform asynchronous HTTP requests using the `reqwest` crate with proper error handling using the `error-chain` crate.
## Requirements
## Dependencies
This project relies on the following crates:
- `reqwest` for making HTTP requests.
- `tokio` for asynchronous runtime.
- `error-chain` for simplified error handling