NAME=read from http
FILE=--
CMDS=<<EOF
!python3 scripts/http_server.py
o http://127.0.0.1:9000/simple.html
r
b 64
ps
EOF
EXPECT=<<EOF
342
<!DOCTYPE html>
<html>
<head>
<title>My Simple Web Page</title>

EOF
RUN
