https://github.com/kizzycode/ehttpd-querystring-rust
A crate to comfortably handle HTTP query string within `ehttpd`-based applications
https://github.com/kizzycode/ehttpd-querystring-rust
Last synced: 6 months ago
JSON representation
A crate to comfortably handle HTTP query string within `ehttpd`-based applications
- Host: GitHub
- URL: https://github.com/kizzycode/ehttpd-querystring-rust
- Owner: KizzyCode
- Created: 2024-01-26T00:40:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T18:19:45.000Z (10 months ago)
- Last Synced: 2025-06-24T16:51:23.509Z (6 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE BSD 2-CLAUSE.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/BSD-2-Clause)
[](https://opensource.org/licenses/MIT)
[](https://ci.appveyor.com/project/KizzyCode/ehttpd-querystring-rust)
[](https://docs.rs/ehttpd-querystring)
[](https://crates.io/crates/ehttpd-querystring)
[](https://crates.io/crates/ehttpd-querystring)
[](https://deps.rs/crate/ehttpd-querystring)
# `ehttpd-querystring`
Welcome to `ehttpd-querystring` 🎉
This crate extends [`ehttp`](https://crates.io/crates/ehttpd) with some convenience methods to handle query strings more
easily.