Skip to content

andrebenedetti/go-web-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My implementation of https://browser.engineering/http.html in Go

Chapter 1

  • Request an url (not using net/http to closely follow the book :)

  • Parse status code

  • Parse headers

  • Render HTML texts in the console (currently text inside <script> and <style> tags are rendered too)

  • alternate encoding (non UTF-8)

  • encoding/chunking

  • HTTP/1.1

  • File URLs (file://)

  • Data URLs (data://)

  • Body tag (only show text inside

  • Entities (<) (>)

  • view-source scheme

  • Compresion

  • Redirects

  • Caching

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published