-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web/url: Don't reinvent custom IP types
The standard library IP types are sufficient and should be used for consistency, despite the fact that the URL spec inexplicably redefines IP addresses in a way that is incompatible with the IP address spec (https://datatracker.ietf.org/doc/html/rfc6943#section-3.1.1) Instead, we only define custom parsing functions now, the public interface only contains the standard library types
- Loading branch information
1 parent
19641a8
commit 0ae24ee
Showing
4 changed files
with
107 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.