ekumenlabs / rocon_web_proxy_server

Server component of the Rocon Web Proxy
0 stars 3 forks source link

New logic #31

Closed pablisho closed 9 years ago

pablisho commented 9 years ago

This is a big PR. It has the following things: -New Logic for the server -Proxy and Client classes -Extend implementation of Tornado FileStaticHandler in order to set cookies -Sessions (Client class + cookie session_id) -Multi Proxy compatible (It's not fully supported until the chosen proxy isn't sent from the client) -Multi Client -Authentication

adamantivm commented 9 years ago

Very good work, @pablisho. Comments are minor so merging as is.