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

Method start_response

module/remote/ClickAndLoadBackend.py:59–68  ·  view source on GitHub ↗
(self, string)

Source from the content-addressed store, hash-verified

57 return default
58
59 def start_response(self, string):
60
61 self.send_response(200)
62
63 self.send_header("Content-Length", len(string))
64 self.send_header("Content-Language", "de")
65 self.send_header("Vary", "Accept-Language, Cookie")
66 self.send_header("Cache-Control", "no-cache, must-revalidate")
67 self.send_header("Content-type", "text/html")
68 self.end_headers()
69
70 def do_GET(self):
71 path = self.path.strip("/").lower()

Callers 1

do_GETMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected