aboutsummaryrefslogtreecommitdiff
path: root/docs/url.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(url): classify host as name/ipv4/ipv6 in parse and buildThijs Schreijer4 days1-0/+82
| | | | | | | | | | parse() now sets hosttype ("name"/"ipv4"/"ipv6") plus a matching hostname/ipv4/ipv6 field alongside host. build() accepts those same fields when host is absent, erroring if more than one is set. classify_host is exported for standalone use; it classifies by shape (colon present -> ipv6, dotted-quad shape -> ipv4) rather than validating the address.
* style(docs): Trim trailing whitespace in HTML docsCaleb Maclennan2023-11-111-19/+19
| | | | | | Many editors remove these automatically anyway which makes opening and editng the docs cause a bunch of noise. This is just to get the noise out of the way in a style commit so it doesn't leak into other PRs
* Move doc→docs so we can serve it with GitHub PagesCaleb Maclennan2022-03-231-0/+328