https://github.com/asynched/basic-http-server
A simple implementation of the HTTP protocol using Rust.
https://github.com/asynched/basic-http-server
http rust
Last synced: 6 months ago
JSON representation
A simple implementation of the HTTP protocol using Rust.
- Host: GitHub
- URL: https://github.com/asynched/basic-http-server
- Owner: asynched
- Created: 2023-09-23T01:54:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T03:25:48.000Z (over 2 years ago)
- Last Synced: 2024-04-20T08:47:08.634Z (almost 2 years ago)
- Topics: http, rust
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basic-http-server
A simple implementation of the HTTP protocol using Rust.