tower-web icon indicating copy to clipboard operation
tower-web copied to clipboard

A fast, boilerplate free, web framework for Rust

Results 84 tower-web issues
Sort by recently updated
recently updated
newest added

...while we wait for 0.3. Mostly mechanical changes so I probably missed something. Thoughts @lnicola @carllerche?

The examples fail to compile, could you fix? Steps to reproduce and error below. ``` git clone https://github.com/carllerche/tower-web.git cd tower-web cargo build --example hello_world Compiling tower-web-macros v0.3.5 (/tower-web/tower-web-macros) warning: deny(rust_2018_idioms)...

Currently, tower-web fits the niche of being the only Rust web framework that is: - async - macro based - compiles on stable There is a space for it to...

Hi, can you please add in the README here (and early on in the API docs website) what specifically to add to your Cargo.toml file to make the "hello world"...

Hi, I'm leading a benchmarking project => https://github.com/the-benchmarker/web-frameworks The purpose of this project is to compare performances (other indicators will come), based on a fairest, as we can, comparison for...

This is a relatively basic app that just listens to a HTTP POST request, to which I'm sending around ~2GB of data. ![image](https://user-images.githubusercontent.com/49594/82123495-0e5daf80-979a-11ea-875a-a7d2d4e6d1f6.png) The framework seems to spends around 9...

I'm using rustc 1.42.0 (b8cedc004 2020-03-09)

Just hit #198 which is strangely closed while the issue itself is still active. Took me some time to figure it out.

This is s feature request. Got to think of it when scrolling through today's reddit posts: https://www.reddit.com/r/rust/comments/9c2706/is_there_any_automatic_https_rust_web_server_like/ https://letsencrypt.org/

Missing value don't always assume "404 Bad Request" status code. For instance in case of authorization it would be more appropriate to return "403 Forbidden" if access token is required...