urllib.requestThis directory contains a minimal example of an HTTP client implemented in Python using the built-in urllib.request module. The client:
To run this example, first start one of the server examples in the parent directory, then:
pip install pyarrow python client.py