-
### What is the problem this feature would solve?
https://developer.mozilla.org/en-US/docs/Web/API/URLPattern
### What is the feature you are proposing to solve the problem?
Although this is an e…
-
### Description
Used to create URL pattern matchers.
The URLPattern API provides a web platform primitive for matching URLs based on a convenient pattern syntax.
Wildcards, named capture groups, r…
o-t-w updated
2 months ago
-
**Jetty Version**
Jetty 12
**Jetty Environment**
ee10
**Java Version**
JDK17
**Question**
I am embedding Jetty 12 into a existing standard spring 6 project, which has been developed and…
-
Perhaps this isn't very high priority for now and could just be documented as a known limitation, and I know you're potentially going to make API changes anyway. But I thought it was worth mentioning.…
-
- [ ] acrecentar no inicio: from django.contrib import admin
from django.urls import path, include, re_path
from django.views.generic import TemplateView
from django.conf import settings
from dja…
-
I was looking at the performance of my oak router versus my acorn router. Oak uses pathToRegex while acorn uses `URLPattern`. The implementation of `URLPattern` in Deno is super non-performant compare…
-
Sometimes we need to serve a static file from the root to verify domain ownership, e.g. `mydomain.com/.well-known/verification`.
We should add an example of how to do this with the bootstrapper. He…
-
- [X] [PR #2585] Initial scaffolding (bazel test autodiscovery, test harness, a couple of URL test cases)
- [X] [PR #3002] url tests
- [X] [PR #3030] urlpattern tests
- [X] [PR #3076] Autogenerate…
-
Since `core-js` already contains `URL` and `URLSearchParams`, it could be good to implement `URLPattern`. I hope that we could reuse the `URL` parser from [the `web.url` module](https://github.com/zlo…
-
It’s just one extra URL:
```python
from django.urls import path
from django.views.debug import default_urlconf
urlpatterns = [
path("debug/default_urlconf/", default_urlconf),
]
```