-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Labels
good first issueThis is an issue suited for newcomers to become aquianted with working on the codebase.This is an issue suited for newcomers to become aquianted with working on the codebase.kind:refactortopic:stdlib:networking
Description
The type OAuth::Params seems entirely disposable. It's an internal type, only used in two private methods in OAuth::Signature (which itself is a private type).
We can trivially implement its functionality with just URI::Params and a custom serialization method.
So I think we should probably deprecate (or rather directly remove) OAuth::Params entirely.
Originally brought up in #16284 (comment)
ysbaddaden
Metadata
Metadata
Assignees
Labels
good first issueThis is an issue suited for newcomers to become aquianted with working on the codebase.This is an issue suited for newcomers to become aquianted with working on the codebase.kind:refactortopic:stdlib:networking