Skip to content

[Python] Create Python examples of HTTP GET Arrow client and server using HTTP compression #40601

Description

@ianmcook

Describe the enhancement requested

Create simple Python-based HTTP client and server examples like the ones in arrow-experiments/http/get_simple or arrow-experiments/http/get_range but using HTTP compression.

For example, the client sends a request with header Accept-Encoding: gzip, deflate, br, zstd and the server sends a response with header Content-Encoding: gzip and with the response body gzip-compressed which the HTTP client library automatically decompresses.

Component(s)

Python

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions