aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html/urlutil
Commit message (Collapse)AuthorAgeFilesLines
* pkg/html: split off URL helpersAleksandr Nogikh2025-04-082-0/+105
The existing pkg/html package transitively takes too many dependencies, which complicates the reuse of some of its methods. Split off a pkg/html/urlutil package.