https://github.com/dunglas/go-urlpattern
A spec-compliant implementation of the WHATWG URL Pattern Living Standard written in Go.
https://github.com/dunglas/go-urlpattern
path-to-regexp router urlpattern whatwg-urlpattern
Last synced: about 2 months ago
JSON representation
A spec-compliant implementation of the WHATWG URL Pattern Living Standard written in Go.
- Host: GitHub
- URL: https://github.com/dunglas/go-urlpattern
- Owner: dunglas
- License: bsd-3-clause
- Created: 2022-08-13T11:32:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:41:41.000Z (8 months ago)
- Last Synced: 2025-05-04T14:53:42.537Z (about 2 months ago)
- Topics: path-to-regexp, router, urlpattern, whatwg-urlpattern
- Language: Go
- Homepage: https://dunglas.dev
- Size: 56.6 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Go URL Pattern
[](https://pkg.go.dev/github.com/dunglas/go-urlpattern)
[](https://coveralls.io/github/dunglas/go-urlpattern)A spec-compliant implementation of [the WHATWG URL Pattern Living Standard](https://urlpattern.spec.whatwg.org/)
written in [Go](https://go.dev).Tested with [web-platform-test](https://web-platform-tests.org) test suite.
## Docs
[Read the docs on Go Packages](https://pkg.go.dev/github.com/dunglas/go-urlpattern).
## Limitations
* Some [advanced unicode features (JavaScript's `v` mode)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/unicodeSets) are not supported, because they are not supported by Go regular expressions.
## Credits
Created by [Kévin Dunglas](https://dunglas.fr).
Sponsored by:
* [Mercure.rocks](https://mercure.rocks)
* [Les-Tilleuls.coop](https://les-tilleuls.coop)