Describe the enhancement requested
Contribute Python client and server examples to the HTTP POST multipart examples in the arrow-experiments repo. This should demonstrate a client sending a POST request to a server with a multipart request body (Content-Type: multipart/form-data) 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 POST multipart examples in the
arrow-experimentsrepo. This should demonstrate a client sending a POST request to a server with a multipart request body (Content-Type: multipart/form-data) containing JSON data (Content-Type: application/json) and Arrow IPC stream data (Content-Type: application/vnd.apache.arrow.stream).Component(s)
Python