Main HTTP_OAuth class. Contains helper encoding methods.
[line 45]
void attachLog( $log)
Attached instances of PEAR Log handlers will be logged to through out the use of HTTP_OAuth
string buildHttpQuery( $params)
void debug( string $message)
void detachLog( $detach)
void err( string $message)
void info( string $message)
void log( string $message, string $method)
Announces a message to log to all the attached instances of PEAR Log handlers. Second argument is the method on Log to call.
string urldecode( mixed $item)
mixed urlencode( mixed $item)