MCPcopy Index your code
hub / github.com/webpy/webpy / start_response

Method start_response

web/application.py:253–256  ·  view source on GitHub ↗
(status, headers)

Source from the content-addressed store, hash-verified

251 response = web.storage()
252
253 def start_response(status, headers):
254 response.status = status
255 response.headers = dict(headers)
256 response.header_items = headers
257
258 data = self.wsgifunc()(env, start_response)
259 response.data = b"".join(data)

Callers 1

__iter__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected