# shellcheck shell=bash disable=SC2154,SC2034
___x_cmd_shodan_httpheader(){
    local X_help_cmd='x help -m shodan httpheader';   help:arg:parse
    if  ! ___x_cmd_shodan_is_interactive_env; then
        ___x_cmd_shodan_httpheader___curl
        return
    fi

    ___x_cmd_shodan_httpheader___curl  | x j2y
}

___x_cmd_shodan_httpheader___curl(){
    ___x_cmd_shodan_ourl get /tools/httpheaders
}
