Tickets
Issues
# TODO: add request handler here- Id: b2898cbf7428e2adbe096953f02ef1ec
- Status: Closed
- Initial commit: 704d6a9e99c456cba804efa6915e6ad163fd0444
- Creation date: 2014-12-04 07:44:48
- Last changed: 2014-12-26 08:19:23
- Created by: inaz2
- File: proxy2.py
- Last changed by: inaz2
# TODO: add request handler here
u = urlparse.urlsplit(self.path)
assert u.scheme == 'http'
host, path = u.netloc, (u.path + '?' + u.query if u.query else u.path)
if host:
History
-
Changed by inaz2 on 2014-12-26 08:19:23 during 738f437a729f09a3271a21fcb6676b59a6267c0a
-
Status:
Open- Closed