-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Not Needed
Use Case
As a Node.js engineer
I want to stop using deprecated APIs and reduce the roundtripping between strings and URL objects
So that we have a modern and efficient driverĀ
User Impact
- None
Dependencies
- Azure KMS, OIDC
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Support URL as input to utils.request and remove the use of url.parse
- Improve invocations by constructing URL objects and caching them
Testing Requirements
- Existing tests
- Unit coverage of new input
Documentation Requirements
- None
Follow Up Requirements
- None