Skip to content

Refactor http request for dns hosting to use httpx #4152

@kimallen

Description

@kimallen

Sub-issue description

We are currently using Django's requests library for http calls. Let's use httpx which has the ability to do sync or async calls. It is also used in cloudflare-python, so we can reference it there.

Acceptance criteria

  • in CloudflareService, we use httpx instead of requests for any http calls

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions