5 lines
79 B
Text
5 lines
79 B
Text
|
|
||
|
sock.write("GET / HTTP/1.1\r\nHost: " + host + "\r\n\r\n")
|
||
|
print sock.read()
|
||
|
|