Changeset 1362
- Timestamp:
- 09/14/06 07:45:29
- Files:
-
- trunk/cherrypy/_cprequest.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cprequest.py
r1350 r1362 333 333 request_line = "" 334 334 method = "GET" 335 path = ""336 335 query_string = "" 337 336 protocol = (1, 1)

