Module rugged.lib.host_header

Functions

def print_host_header(message, host) ‑> None
Expand source code
def print_host_header(message, host) -> None:
    if not config['print_host_headers'].get():
        return
    click.echo(f"=== {message} for {host} ===")