-
### Is your feature request related to a problem?
As discussed in #2247, this is an issue to continue discussion and track work on:
- Merging surreal's current server stack into main surrealdb crate…
alyti updated
2 months ago
-
## Bug Report
The docs have a section "Example server" section which claims to "run that service using hyper."
https://github.com/tower-rs/tower-http/blob/3f98dc19bc6c70aa6e4912b63538d89443f03b1…
-
I really do like the easy of working with axum and axum-server. It is straightforward to set up TLS _and_ reload it, which is awesome when used with certificates that need to renewed often.
I would…
-
Currently, rejections from extractors in axum and axum-extra turn into responses with plain-text bodies. In some cases this is not a problem but many people are using axum to implement API servers, an…
-
### Summary
To verify the capability of concurrency, designed a tiny server wasm app. When perform stress test against the app (using postman), a segfault error is raised. The test environment is set…
-
If the server closes a connection, the `EventSource::state` reports state is `Open`, and does not receive any error.
I have tried the Chrome developer console with the same server, and it reports a…
-
How to reproduce:
- run an app that listen's on port 9000 (like https://cider.sh or `netcat -l 9000`)
- run the first usage example from https://docs.rs/axum-prometheus/latest/axum_prometheus/inde…
-
- [x] I have looked for existing issues (including closed) about this
## Feature Request
Enable advanced customization of the SSE (Server-Sent Events) Event struct by introducing the EventExt trai…
-
axum's `Router` is generic over the request body but it defaults the type parameter to `axum::body::Body` (hyper's body type). However that isn't compatible with this library which requires `axum::bod…
-
It is increasingly looking like Karta would benefit from being primarily a server application. The graph that it maintains of the file system's relations could conceivably be accessed and modified by …