feat(request): add RequestBuilder method to attach default request headers (#826)

This commit is contained in:
Sanchith Hegde
2023-04-04 11:26:24 +05:30
committed by GitHub
parent 6d7b11a0f0
commit 6f61f83066
29 changed files with 272 additions and 225 deletions

View File

@ -52,7 +52,6 @@ pub mod headers {
pub const X_API_KEY: &str = "X-API-KEY";
pub const X_API_VERSION: &str = "X-ApiVersion";
pub const X_MERCHANT_ID: &str = "X-Merchant-Id";
pub const X_ROUTER: &str = "X-router";
pub const X_LOGIN: &str = "X-Login";
pub const X_TRANS_KEY: &str = "X-Trans-Key";
pub const X_VERSION: &str = "X-Version";