Describe the enhancement requested
Contribute Python client and server examples to the HTTP GET multipart examples in the arrow-experiments repo. This should demonstrate a server/client pair that sends/receives a multipart response (Content-Type: multipart/mixed) containing JSON data (Content-Type: application/json) and Arrow IPC stream data (Content-Type: application/vnd.apache.arrow.stream).
Component(s)
Python
Describe the enhancement requested
Contribute Python client and server examples to the HTTP GET multipart examples in the
arrow-experimentsrepo. This should demonstrate a server/client pair that sends/receives a multipart response (Content-Type: multipart/mixed) containing JSON data (Content-Type: application/json) and Arrow IPC stream data (Content-Type: application/vnd.apache.arrow.stream).Component(s)
Python