https://github.com/nitindahiya-dev/basic-auth
demonstrates how to make an HTTP GET request with basic authentication
https://github.com/nitindahiya-dev/basic-auth
auth authentication rust
Last synced: about 18 hours ago
JSON representation
demonstrates how to make an HTTP GET request with basic authentication
- Host: GitHub
- URL: https://github.com/nitindahiya-dev/basic-auth
- Owner: nitindahiya-dev
- Created: 2024-07-05T10:49:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T10:55:26.000Z (almost 2 years ago)
- Last Synced: 2026-02-06T09:07:48.797Z (5 months ago)
- Topics: auth, authentication, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Basic Auth HTTP Client
This is a simple Rust project that demonstrates how to make an HTTP GET request with basic authentication using the `reqwest` crate.
## Table of Contents
# Installation
1. Ensure you have [Rust](https://www.rust-lang.org/tools/install) installed.
2. Clone this repository:
3. Build the project:
## Usage
To run the project, use the following command:
```sh
cargo run