# prhttpc get apple.com:80 /

[[ $2 == *:* ]] && port=${2#*:} host=${2%:*} ||
port=80 host=$2

tcpclient "$host" "$port" prhttp "$1" "$host:$port" "${@:3}"