1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-12 02:22:41 +03:00

axum-utils: Accept-Language header encoder and decoder

This commit is contained in:
Quentin Gliech
2023-10-03 18:15:46 +02:00
parent e21d193942
commit 730ad4674b
4 changed files with 286 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ pub mod error_wrapper;
pub mod fancy_error;
pub mod http_client_factory;
pub mod jwt;
pub mod language_detection;
pub mod sentry;
pub mod session;
pub mod user_authorization;