Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cakebaker/rbrowser

Following "Web Browser Engineering", using Rust to implement it
https://github.com/cakebaker/rbrowser

Last synced: about 2 months ago
JSON representation

Following "Web Browser Engineering", using Rust to implement it

Awesome Lists containing this project

README

        

# rbrowser

Following [Web Browser Engineering](http://browser.engineering/), using Rust instead of Python to implement it.

Currently chapter 1, including all of its exercises, is implemented. Hence, rbrowser has the following features:

* HTTPS (using [rustls](https://github.com/ctz/rustls))
* redirects
* content encoding using gzip
* chunked transfer encoding
* caching