コード例 #1
0
 def asyncGet(self, url, handler):
     moduleName = pygwt.getModuleName()
     return self.asyncGetImpl(None, None, url, handler, moduleName)
コード例 #2
0
ファイル: HTTPRequest.py プロジェクト: AwelEshetu/cwm
 def asyncGet(self, url, handler):
     moduleName=pygwt.getModuleName()
     return self.asyncGetImpl(None, None, url, handler, moduleName)
コード例 #3
0
 def asyncPost(self, url, postData, handler):
     moduleName = pygwt.getModuleName()
     return self.asyncPostImpl(None, None, url, postData, handler,
                               moduleName)
コード例 #4
0
ファイル: HTTPRequest.py プロジェクト: AwelEshetu/cwm
 def asyncPost(self, url, postData, handler):
     moduleName=pygwt.getModuleName()
     return self.asyncPostImpl(None, None, url, postData, handler, moduleName)