Function opendal::raw::format_authorization_by_bearer

source ·
pub fn format_authorization_by_bearer(token: &str) -> Result<String>
Expand description

format authorization header by bearer token.

§Errors

If input token is empty, function will return an unexpected error.