Method | Description | |
---|---|---|
build_http_query ( $params ) | ||
get_headers ( ) | helper to try to sort out headers for people who aren't running apache | |
parse_parameters ( $input ) | ['a' => array('b','c'), 'd' => 'e'] | |
split_header ( $header, $only_allow_oauth_parameters = true ) | see http://code.google.com/p/oauth/issues/detail?id=163 | |
urldecode_rfc3986 ( $string ) | seem to be used anywhere so leaving it as is. | |
urlencode_rfc3986 ( $input ) |
public static get_headers ( ) |
public static parse_parameters ( $input ) |
public static split_header ( $header, $only_allow_oauth_parameters = true ) |
public static urldecode_rfc3986 ( $string ) |