Changeset 943
- Timestamp:
- 08/27/08 16:01:37 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/camptocamp/MapFishUnhcr/client/examples/http-proxy.py
r304 r943 104 104 # 105 105 http = httplib2.Http() 106 req.headers_in['Host'] = host # or it won't work with multi-host web servers 106 107 resp, content = http.request(url, method=method, body=body, headers=req.headers_in) 107 108 if resp.has_key('content-type'):