| Crates.io | www_authenticate_parser |
| lib.rs | www_authenticate_parser |
| version | 1.0.2 |
| created_at | 2025-07-30 01:49:43.642427+00 |
| updated_at | 2025-07-30 03:17:51.747077+00 |
| description | A WWW Authenticate Header Parser |
| homepage | https://github.com/sathyajithps/www_authenticate_parser |
| repository | https://github.com/sathyajithps/www_authenticate_parser |
| max_upload_size | |
| id | 1773006 |
| size | 25,041 |
This crate provides a Rust implementation for parsing the WWW-Authenticate HTTP header. The parser supports extracting authentication schemes and their associated challenges as defined by RFC 7235.
WWW-Authenticate header string into an authentication scheme and its challenge.UniCase.This crate is a modified version of KeenS/www-authenticate.