Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 1 Star 0 Fork 0 russianidiot / request.py Code Issues 0 Pull requests 0 Pulse Graphs Permalink blob contrib key: blob_contributors:v21:0e0b22c750f73940b0a2d4e62dc31521 Branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show Find file Copy path request.py / py_modules / request.py 8bd5e7b Oct 18, 2015 russianidiot init 0 contributors Raw Blame History executable file 15 lines (11 sloc) 207 Bytes #!/usr/bin/env python from dict import * from get import * from post import * from public import * REQUEST = dict () REQUEST .update( GET ) REQUEST .upd...