Skip to content

Shall we use HTTPX for http request instead of Net/HTTP? #377

@ShiningRay

Description

@ShiningRay

The Net/HTTP standard library does not support HTTP/2, so it cannot benefit from the performance improvements of HTTP/2, nor does it support persistent connections. It is recommended to switch to HTTPX, which not only supports HTTP/2 but also automatically manages a persistent connection pool, resulting in significant performance improvements.

Metadata

Metadata

Assignees

Labels

refactorImproving the architecture

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions