MCPcopy Index your code
hub / github.com/certbot/certbot / get_headers

Function get_headers

tools/notify_mattermost.py:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 return url
59
60def get_headers():
61 headers = {
62 'Content-Type': 'application/json',
63 }
64 return headers
65
66def get_content():
67 build_url = f'https://dev.azure.com/{repo_name}/_build/results?buildId={build_id}&view=results'

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected