-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
curl_write_cb and curl_header_cb both assume that the data passed in as context will be a Channel and write appropriate objects to it.
We can simplify this logic by passing in a Julia function that accepts the data as its first argument and any context as a second argument. Callers could then do their own data handling without waiting for the intermediate Channel processing.
Note: This extends the request from #7
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request