Skip to content

ingrid/simpleproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple HTTP proxy server for Hacker School.

I based the event loop of Tornado's structure. Currently the event loop relies on KQueue, which only runs on BSD, but it's wrapped up in an abstracted object so alternative polls can be added easily later.

To run:

   From simpleproxy/asyncproxy:

        python teacup.py

   That will start the server on port 8000. Then point your HTTP traffic to that instance.

About

Simple proxy written for Hacker School.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published