micropython/tests/net_inet/asyncio_open_connection.py.exp
Jim Mussared 6027c41c8f tests: Rename uasyncio to asyncio.
This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-19 17:33:03 +10:00

6 lines
60 B
Plaintext

write GET
read response
read: b'HTTP/1.1 200 OK'
close
done