Rocket icon indicating copy to clipboard operation
Rocket copied to clipboard

A web framework for Rust.

Results 144 Rocket issues
Sort by recently updated
recently updated
newest added

* I love the pattern shown in https://rocket.rs/guide/state/#usage where the `DbConn` is created from the managed state pool and then exposed as a Request Guard. * I'd like to do...

request

In several use cases, I use non-standard mime types. In particular, I've used `application/x-7z-compressed` to accept a 7z archive and `application/vnd.move+json` to distinguish between POST route that moves a resource...

request
upstream

When using `derive`, it is often useful to be able to make common structs that contain fields where everything can be done automatically, and then surrounding structs where only some...

request
accepted

Hi, thanks for all your hard work. Rocket is awesome! I think it would be an absolute killer feature if route/endpoint API documentation could somehow be generated right from Rocket....

request
accepted

I get this warning in "production" environment, with log level set only to critical. I'm not sure if it matters for this case, but it's running inside docker container with...

accepted
suggestion

**Description** When testing my code I want to be able to test out my API endpoint, but not keep the changes in the database. I can do this in Diesel...

enhancement
suggestion

Currently Rocket's public API only provides a way to listen on TCP sockets (and Unix sockets have also been proposed) with optional TLS. Rather than adding support for every possible...

enhancement

**Existing Functionality** I want to ship a single file without a templates directory. One way it is possible now is to use a managed state Tera instance but this requires...

suggestion

Now that `uri!` internally uses `macro_rules!` instead of `macro` (#964), path resolution works differently. As far as I can tell this is a direct consequence of the fact that `macro`...

help wanted
deficiency

Create the canonical Rocket authentication and authorization library.

enhancement