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

Method _write_form

python/examples/client_http.py:100–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 self.write('</body></html>')
99
100 def _write_form(self):
101 self.write('<form action="/client" method="POST">'
102 'Request: <input type="text" name="message">'
103 '<input type="submit" value="Submit">'
104 '</form>')
105
106
107loop = tornado.ioloop.IOLoop.instance()

Callers 2

getMethod · 0.95
postMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected