MCPcopy Create free account
hub / github.com/apache/qpid-proton / request

Method request

python/examples/client_http.py:68–73  ·  view source on GitHub ↗
(self, body)

Source from the content-addressed store, hash-verified

66 self.sender.send(req)
67
68 def request(self, body):
69 future = Future()
70 self.pending.append((body, future))
71 self.do_request()
72 self.container.touch()
73 return future
74
75
76class ExampleHandler(tornado.web.RequestHandler):

Callers 1

postMethod · 0.80

Calls 3

do_requestMethod · 0.95
touchMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected