File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ This is a port of [Web Browser Engineering](https://browser.engineering/) series
15
15
| ---------| -------------------------------------------------------------| -------------------------------------------------|
16
16
| TLS | [ ssl] ( https://docs.python.org/3/library/ssl.html ) | [ rustls] ( https://github.com/ctz/rustls ) |
17
17
| GUI | [ tkinter] ( https://docs.python.org/3/library/tkinter.html ) | [ druid] ( https://github.com/linebender/druid ) |
18
+ | gzip | [ gzip] ( https://docs.python.org/3/library/gzip.html ) | [ flate2] ( https://github.com/rust-lang/flate2-rs ) |
19
+ | deflate | [ zlib] ( https://docs.python.org/3/library/zlib.html ) | [ flate2] ( https://github.com/rust-lang/flate2-rs ) |
20
+ | brotli | [ brotli] ( https://github.com/google/brotli ) | TBD |
You can’t perform that action at this time.
0 commit comments