1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-24 23:01:05 +03:00

Add a global HTTP client factory

This commit is contained in:
Quentin Gliech
2022-11-23 13:18:48 +01:00
parent d514a8922c
commit 4227fa7a83
14 changed files with 163 additions and 83 deletions

View File

@@ -26,6 +26,7 @@ pub mod client_authorization;
pub mod cookies;
pub mod csrf;
pub mod fancy_error;
pub mod http_client_factory;
pub mod jwt;
pub mod session;
pub mod user_authorization;