Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 308 Bytes

readme.md

File metadata and controls

5 lines (5 loc) · 308 Bytes

This is a simple (and ugly) proxy implemented with Python and the socket interface. End goals:

  • A better understanding of sockets interface
  • Getting the hands dirty with HTTP messy details: parsing http body and headers
  • First steps with concurrent programming and IO multiplexing in network programming