OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkReqURI
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py
168
def
checkReqURI
(self,uri,query=1,**kw):
259
self.
checkReqURI
("http://127.0.0.1/")
260
self.
checkReqURI
("http://127.0.0.1/spam", SCRIPT_NAME="/spam")
261
self.
checkReqURI
("http://127.0.0.1/spammity/spam",
263
self.
checkReqURI
("http://127.0.0.1/spammity/spam;ham",
265
self.
checkReqURI
("http://127.0.0.1/spammity/spam;cookie=1234,5678",
267
self.
checkReqURI
("http://127.0.0.1/spammity/spam?say=ni",
269
self.
checkReqURI
("http://127.0.0.1/spammity/spam", 0,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py
168
def
checkReqURI
(self,uri,query=1,**kw):
259
self.
checkReqURI
("http://127.0.0.1/")
260
self.
checkReqURI
("http://127.0.0.1/spam", SCRIPT_NAME="/spam")
261
self.
checkReqURI
("http://127.0.0.1/spammity/spam",
263
self.
checkReqURI
("http://127.0.0.1/spammity/spam;ham",
265
self.
checkReqURI
("http://127.0.0.1/spammity/spam;cookie=1234,5678",
267
self.
checkReqURI
("http://127.0.0.1/spammity/spam?say=ni",
269
self.
checkReqURI
("http://127.0.0.1/spammity/spam", 0,
Completed in 844 milliseconds