-
Notifications
You must be signed in to change notification settings - Fork 384
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 mixin
s, extension
s or subclasses (to avoid breaking changes) into their base classes.
- Move
headersSplitValues
intoBaseClient
- Fold
Abortable
intoBaseRequest
(make sure to update the example in the README) - Fold
BaseResponseWithUrl
intoBaseResponse
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