Function create_http_oauth_header

Source
fn create_http_oauth_header(
    oauth_param: &BTreeMap<String, String>,
) -> (String, String)
Expand description

HTTP header に設定する (key, value) を文字列として生成して返す。

Authorization: OAuth key1=“value1”, key2=“value2”, …, keyN=“valueN”