ianmcook commented on PR #27: URL: https://github.com/apache/arrow-experiments/pull/27#issuecomment-2025429159
@arunppsg For the `HTTP POST` example, we are looking for something different than this. As described in the [README in the `http/post_simple` directory](https://github.com/apache/arrow-experiments/tree/main/http/post_simple): >This directory contains minimal examples of HTTP clients and servers demonstrating how a client can send a POST request to a server with a request body consisting of an Arrow IPC stream of record batches. So in these examples, **the client should send the data to the server**. However, I think this FastAPI + Uvicorn example would be a great addition to the `HTTP GET` examples. May I make some changes to this PR to turn it into an `HTTP GET` example? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
