This directory contains examples of HTTP clients and servers demonstrating how a client can send 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
).