https://github.com/martcpp/http-sever-rust
this a simple multiple threaded HTTP sever implemented in with async rust
https://github.com/martcpp/http-sever-rust
Last synced: 10 months ago
JSON representation
this a simple multiple threaded HTTP sever implemented in with async rust
- Host: GitHub
- URL: https://github.com/martcpp/http-sever-rust
- Owner: martcpp
- License: mit
- Created: 2024-07-25T09:43:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T20:57:26.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T01:11:29.616Z (almost 2 years ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP-sever-rust
this a simple multiple threaded HTTP sever implemented in with async rust