https://github.com/neo-ciber94/http1-rs
A simple HTTP/1.1 server implementation
https://github.com/neo-ciber94/http1-rs
client http1-1 rust server sse websocket
Last synced: 8 months ago
JSON representation
A simple HTTP/1.1 server implementation
- Host: GitHub
- URL: https://github.com/neo-ciber94/http1-rs
- Owner: Neo-Ciber94
- License: gpl-3.0
- Created: 2024-09-02T03:16:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T01:37:52.000Z (10 months ago)
- Last Synced: 2024-12-28T12:30:48.697Z (9 months ago)
- Topics: client, http1-1, rust, server, sse, websocket
- Language: Rust
- Homepage: https://neo-ciber94.github.io/http1-rs/http1/index.html
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http1
A zero dependencies implementation of the HTTP/1.1 protocol in rust.
## TODO
- [x] Web client
- [x] Web Sockets
- [x] Allow to pre render `App`
- [x] Add a AsciiString to restrict headers and other types to it
- [x] Allow use extractors in any order my making the body `Mutex>>` and only keep `FromRequestRef` or rename it to `FromRequest`. (The solution was the Payload)## FIXME
- [ ] Mime type implementation not is fully correct, MUST be case insensitive: