tree: 2e11060af0d6b789b82ed26a60d0a9b52417ebd6 [path history] [tgz]
  1. README.md
http/post_multipart/README.md

HTTP POST Arrow Data: Multipart Examples

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).