vaultwarden/src/api
BlackDex 9e5b94924f
Merge ClientIp with Headers.
Since we now use the `ClientIp` Guard on a lot more places, it also
increases the size of binary, and the macro generated code because of
this extra Guard. By merging the `ClientIp` Guard with the several
`Header` guards we have it reduces the amount of code generated
(including LLVM IR), but also a small speedup in build time.

I also spotted some small `json!()` optimizations which also reduced the
amount of code generated.
2023-03-11 16:58:32 +01:00
..
core Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
admin.rs Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
icons.rs Ensure that all results from check_domain_blacklist_reason are cached. 2023-02-07 05:54:06 -05:00
identity.rs Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
mod.rs Add Organizational event logging feature 2022-12-01 22:38:59 +01:00
notifications.rs Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
web.rs Add HEAD routes to avoid spurious error messages 2023-03-05 09:51:42 -08:00