astra icon indicating copy to clipboard operation
astra copied to clipboard

Rust web servers without async/await.

Results 8 astra issues
Sort by recently updated
recently updated
newest added

This project looks very interesting; I'm writing a CLI app that needs to serve one single request (for OAuth), and in principle I'd like to avoid having to spin up...

Upgrade to Hyper 1.0, look into what extra features we can implement now (timers, etc.).

Hi! In my free time I wanted to play with htmx in Rust, which turned out into usual spare-time yak-shaving, trying [to glue together some personal "web stack"](https://github.com/dpc/rust-htmx-template). I'm somewhat...

Along with the overall lack of integration tests, some of the utilities `Body::wrap_stream`, `BodyReader` would benefit from unit tests.

Hi! How can I use astra to serve an HTML file? Thank you! For example, how can I serve the rust docs using Astra? Thank you!

hyper normally sends the `100 Continue` response when first polling the request body. That doesn't appear to be happening. Possibly related to hyperium/hyper#3827.

bug

This is marked as an "XFAIL" until a fix is in place. See #18.