openfaux / openfaux-server

Browser add-on for encrypting and masking internet traffic.
https://openfaux.org
GNU Affero General Public License v3.0
72 stars 18 forks source link

Requirements, Processor class skeleton, more usable param data structure #2

Closed darthlukan closed 11 years ago

darthlukan commented 11 years ago

Slightly more fleshed out server script that will be easier to use once the security module is created. For now, we build a param data structure containing the request values and headers for later use. No actual logic is present (yet). Also contains requirements file for ease of use so that users can just add "pip install -r requirements.txt" to their deployment scripts and have everything they need in their virtual environments.