Commit 7b7e020b authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

python: add doc

parent 1c521995
......@@ -15,6 +15,7 @@ class MySPDYRequestHandler(spdylay.BaseSPDYRequestHandler):
def do_GET(self):
if self.path == '/notfound':
# Example code to return error
self.send_error(404)
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment