Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cakebaker/rbrowser
- Owner: cakebaker
- License: mit
- Created: 2021-06-28T08:55:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T05:12:53.000Z (9 months ago)
- Last Synced: 2024-04-20T06:24:58.576Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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