MCPcopy Create free account
hub / github.com/EasyIME/PIME / set_extra_headers

Method set_extra_headers

python/python3/tornado/web.py:2936–2938  ·  view source on GitHub ↗

For subclass to add extra headers to the response

(self, path: str)

Source from the content-addressed store, hash-verified

2934 return "application/octet-stream"
2935
2936 def set_extra_headers(self, path: str) -> None:
2937 """For subclass to add extra headers to the response"""
2938 pass
2939
2940 def get_cache_time(
2941 self, path: str, modified: Optional[datetime.datetime], mime_type: str

Callers 1

set_headersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected