host=${1-0}
path=${2-}
port=${3-443}
args=""
if [ $# -gt 3 ]
then
  shift; shift; shift
  args="$@"
fi
echo "GET /$path HTTP/1.0
Host: $host:$port
" | /usr/local/bin/sslclient -RHl0 $args -- "$host" "$port" sh -c '
  TCPBIN/addcr >&7
  exec TCPBIN/delcr <&6
' | awk '/^$/ { body=1; next } { if (body) print }'



syntax highlighted by Code2HTML, v. 0.9.1