Skip to content

Commit a33ec53

Browse files
committed
README.md: Update
1 parent 7cc1121 commit a33ec53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ This is a port of [Web Browser Engineering](https://browser.engineering/) series
1515
|---------|-------------------------------------------------------------|-------------------------------------------------|
1616
| TLS | [ssl](https://docs.python.org/3/library/ssl.html) | [rustls](https://github.com/ctz/rustls) |
1717
| 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 |

0 commit comments

Comments
 (0)