Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 248 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 248 Bytes

Just a simple http implementation to learn how things work under the hoods.

Trying to:

  • Implement a basic WSGI server.
  • Implement basic Response and Requests abstractions.
  • Deal with the messy details of socket and http.

Minimal dependencies.