-
Couldn't load subscription status.
- Fork 389
Open
Labels
next-breaking-releaseIssues that are worth doing but need to wait for a breaking version bumpIssues that are worth doing but need to wait for a breaking version bumppackage:httptype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Now that aborting requests is supported (the most requested feature for package:http), let's take the time to reorganize APIs that were implemented as mixins, extensions or subclasses (to avoid breaking changes) into their base classes.
- Move
headersSplitValuesintoBaseClient - Fold
AbortableintoBaseRequest(make sure to update the example in the README) - Fold
BaseResponseWithUrlintoBaseResponse
There are some other semantic changes that we should make:
Metadata
Metadata
Assignees
Labels
next-breaking-releaseIssues that are worth doing but need to wait for a breaking version bumpIssues that are worth doing but need to wait for a breaking version bumppackage:httptype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug