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

Class HTTPRequest

source code

object --+
         |
        HTTPRequest

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
 
onProgress(self, sender, event, ignorearg) 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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__