An open API service indexing awesome lists of open source software.

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

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: