pub fn oauth1_authorization_header( consumer_key: &str, consumer_secret: &str, access_token: &str, access_token_secret: &str, method: &str, uri: &str, options: &Vec<(&str, &str)>, ) -> String