HTTP requesting utilities #12
Labels
No labels
backend
beginner-friendly
bug
build
db
endpoint
federation
http
low-priority
tests
waiting for zig 0.11
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#7 ActivityPub federation
heartles/fediglam
Reference: heartles/fediglam#12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We're going to need to make HTTP requests:
Probably use libcurl for this
Cannot use the simple interface, as it would block the thread
Must put adapter on libcurl api to work with zig async/await
Ideally our internal api would let us easily queue up the same request to a list of servers at the same time
Figure out connection limit, how many outstanding requests do we allow ourself to have?