-
I believe we should split of the Tempest router and the Http basics (methods, status, etc.) into separate packages. Right now we run into a weird situation where the http client requires the http rout…
-
To route HTTP request based on the method and URL to the correct `Service` (#491).
```rust
impl Route {
fn route(&mut self, method: Method, url: &str, service: S) {
// ...
}
…
-
**What would you like to be added/modified**:
tlsconfig here is unfinish status.
![image](https://user-images.githubusercontent.com/43173417/163774732-d8061c5b-7f13-4101-8eac-e1c6f0152ca1.png)
…
-
A simple http route to operators mapping would be very helpful. The file associated each route is loaded and treated as an array of operators. `routes` functions like a dynamic `include`.
```yaml
…
-
Module [HTTP::Server::Router](https://modules.perl6.org/dist/HTTP::Server::Router) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo auto…
-
Hi, I did a bit rework.
1. Removed unused nxt_http_cookie_t.
2. Added r->cookie check-in nxt_http_route_cookies.
3. Simplify nxt_http_route_arguments and nxt_http_route_cookies.
```
# HG chan…
-
See https://www.apollographql.com/docs/router/executing-operations/subscription-support/
tmc updated
10 months ago
-
If I make request for domain that is not subscribed I'm getting empty response instead of proper HTTP error code. I've looked over the code and it happens [here](https://github.com/unbit/uwsgi/blob/ma…
-
### Do you want to request a *feature* or report a *bug*?
Bug
### What did you do?
I looked at the traefik dashboard.
### What did you expect to see?
well, the dashboard…
-
### I'm using React Router as a...
framework
### Reproduction
https://github.com/lekoarts-demos/react-router-use-navigate-bug
For the reproduction to run you'll need a Clerk account to generate …