-
**Version**
hyper v0.14.17
axum v0.4.8
**Platform**
Linux generation 5.16.15-zen1-1-zen #1 ZEN SMP PREEMPT Thu, 17 Mar 2022 00:30:11 +0000 x86_64 GNU/Linux
**Description**
When the future pa…
-
- [x] I have looked for existing issues (including closed) about this
## Feature Request
Update example `rest-grpc-multiplex`
### Motivation
Currently, the example code in https://github.com…
-
The following minimal Axum code used to work with v0.31.0, but no longer works with the last version. I believe this is because the local client is [no longer `Sync` in v0.32.0](https://docs.rs/libsql…
-
In trying to convert over an existing websocket API I had over to use `axum-typed-websockets`, I was having trouble figuring out why the JavaScript side was always seeing a `Blob` instead of the JSON …
-
Hi,
I am using axum-sessions inside a middleware layer that is checking if the user is logged in and short-circuits the router with a `StatusCode::UNAUTHORIZED` response if they are not.
If I then…
-
Hello!
First, thanks for this really nice package :)
I’m interested in implementing SSL for secure API communication and wanted to ask if you have any guidance on setting this up.
thanks,
P…
-
- [X] I have looked for existing issues (including closed) about this
- Possibly related to #1827 and #2865.
## Feature Request
### Motivation
When writing a `Service` implementation that …
-
I've tried the dioxus_fullstack example. As far as I understood it has an underlying axum server, which serves both the static files and the generated APIs made by ServerFn.
Is it possible to separ…
-
Hyper advanced past version 1.0 and we started lagging behind in terms of features/bug fixes for our dependency stack. Axum is past 0.5 version too and upgrading to it requires some heavylifting (I tr…
-
## Expected Behavior
Actix doesn't consume cpu while idle.
## Current Behavior
Actix constantly consumes 0.1% cpu while idle.
## Steps to Reproduce (for bugs)
Start hello world actix se…