Skip to main content

create_auth_header_with_method

Function create_auth_header_with_method 

Source
pub fn create_auth_header_with_method(
    api_key_id: &str,
    api_key_secret: &str,
    request_method: &str,
    request_host: &str,
    request_path: &str,
) -> Result<String>
Expand description

Create auth header with custom method