aquatic_http: continue implementation work

This commit is contained in:
Joakim Frostegård 2020-07-02 13:21:39 +02:00
parent 76079cf66e
commit a487347a0d
6 changed files with 96 additions and 171 deletions

View file

@ -7,9 +7,11 @@
## aquatic_http
* handshake stuff
* fix overcomplicated and probably incorrect implementation
* support TLS and plain at the same time??
* simplify
* test
* response serialization, https://crates.io/crates/bendy
* response content length
* scrape info hash parsing
* move stuff to common crate with ws: what about Request/InMessage etc?
## aquatic_ws