You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the next breaking release, for the sake of reducing dependencies when someone doesn't need something, we can put many things behind optional cargo features. Here's a list I've thought of, though I'm less certain which should be enabled by default.
json: Both sending and receiving JSON bodies.
cookies: The cookie store integration.
gzip: Response body GZIP decoding.
blocking: The current blocking Client (which is built on top of the async client).
The text was updated successfully, but these errors were encountered:
seanmonstar
added
the
B-rfc
Blocked: Request for comments. More discussion would help move this along.
label
Sep 6, 2019
In the next breaking release, for the sake of reducing dependencies when someone doesn't need something, we can put many things behind optional cargo features. Here's a list I've thought of, though I'm less certain which should be enabled by default.
json
: Both sending and receiving JSON bodies.cookies
: The cookie store integration.gzip
: Response body GZIP decoding.blocking
: The current blockingClient
(which is built on top of the async client).The text was updated successfully, but these errors were encountered: