Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: multiplexer.py

Issue 8327353: Crawler backend (Closed)
Patch Set: README fix Created Sept. 14, 2012, 2:42 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/crawler/README.md » ('j') | sitescripts/crawler/bin/extract_crawler_sites.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: multiplexer.py
===================================================================
--- a/multiplexer.py
+++ b/multiplexer.py
@@ -11,7 +11,7 @@
app = flask.Flask(__name__)
-@app.route("/<path:path>")
+@app.route("/<path:path>", methods = ["GET", "POST"])
def multiplex(path):
request_url = urlparse(flask.request.url)
request_path = request_url.path
« no previous file with comments | « no previous file | sitescripts/crawler/README.md » ('j') | sitescripts/crawler/bin/extract_crawler_sites.py » ('J')

Powered by Google App Engine
This is Rietveld