PythonExtra/tests/net_inet/uasyncio_tcp_read_headers.py.exp
2020-03-26 01:25:45 +11:00

11 lines
182 B
Plaintext

write GET
b'HTTP/1.1 200 OK'
b'Content-Type: text/html'
b'Content-Length: 54'
b'Connection: close'
b'Vary: Accept-Encoding'
b'ETag: "54306c85-36"'
b'Accept-Ranges: bytes'
close
done