MCPcopy Index your code
hub / github.com/nodejs/node / send_success_html_headers

Method send_success_html_headers

deps/v8/tools/grokdump.py:2771–2778  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2769 return self.server.get_dump_formatter(name)
2770
2771 def send_success_html_headers(self):
2772 self.send_response(200)
2773 self.send_header("Cache-Control", "no-cache, no-store, must-revalidate")
2774 self.send_header("Pragma", "no-cache")
2775 self.send_header("Expires", "0")
2776 self.send_header('Content-type','text/html')
2777 self.end_headers()
2778 return
2779
2780 def write(self, string):
2781 self.wfile.write(string.encode('utf-8'))

Callers 1

do_GETMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected