Skip to content

Consolidate usage of requests and httpx #5245

Closed
@freddyaboulton

Description

@freddyaboulton
  • I have searched to see if a similar issue already exists.
    Minor nit but we use both requests and httpx to make network requests in the library. We use requests for simple get and post requests and httpx for async requests. httpx supports simple requests with the same syntax as the requests library (httpx.get, etc) so we can probably just use httpx.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomerspythonBackend-related issue (Python)refactorInvolves refactoring existing code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions