Rocket/core
Sergio Benitez c48ce64a77 Standardize 'response::status' responders.
This commit modifies all of the non-empty responders in the
`response::status` module so that they look like `Status<R>(pub R)`.
Prior to this commit, some responders looked like this, while others
contained an `Option<R>`.

Resolves #2351.
2023-04-05 10:51:05 -07:00
..
codegen New version: 0.5.0-rc.3. 2023-03-23 16:56:17 -07:00
http Allow specifying 'Status' in custom form errors. 2023-04-05 09:56:49 -07:00
lib Standardize 'response::status' responders. 2023-04-05 10:51:05 -07:00