Use a more lightweight HTTP client library? #2
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?
Currently, I'm using
reqwest
exactly once for retrieving data from the weather API. Considering its huge dependency graph, I'd be in favor of juggling that stuff myself as I don't need half of the fancy featuresreqwest
brings to the table.Get rid again of `reqwest`?to Use a more lightweight HTTP client library?