This works too
exec 3<>/dev/tcp/example.com/80 printf 'GET / HTTP/1.1\r Host: example.com\r Connection: close\r \r ' >&3 cat <&3