Package pyjamas :: Module HTTPRequest :: Class HTTPRequest
[hide private]
[frames] | no frames]

Class HTTPRequest

source code

Instance Methods [hide private]
 
asyncGet(self, url, handler, returnxml=False, content_type=None, headers=None, user=None, pwd=None) source code
 
asyncPost(self, url, postData, handler, returnxml=False, content_type=None, headers=None, user=None, pwd=None) source code
 
asyncDelete(self, url, handler, returnxml=False, content_type=None, headers=None, user=None, pwd=None) source code
 
asyncPut(self, url, postData, handler, returnxml=False, content_type=None, headers=None, user=None, pwd=None) source code
 
createXmlHTTPRequest(self) source code
 
doCreateXmlHTTPRequest(self) source code
 
onLoad(self, sender, event, ignorearg) source code
 
onReadyStateChange(self, xmlHttp, event, ignorearg) source code
 
_convertUrlToAbsolute(self, url) source code
 
asyncImpl(self, method, user, pwd, url, postData, handler, returnxml=False, content_type=None, headers=None) source code