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

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

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

  • [nstallation

  • Usage


  • # 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