cakebaker / rbrowser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rbrowser

Following Web 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)
  • redirects
  • content encoding using gzip
  • chunked transfer encoding
  • caching

About

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

License:MIT License


Languages

Language:Rust 100.0%