Home
last modified time | relevance | path

Searched defs:http_method (Results 1 – 1 of 1) sorted by relevance

/plugin/autotweet/
H A DOAuth.php222 private $http_method; variable in OAuthRequest
229 function __construct($http_method, $http_url, $parameters=NULL) {
241 public static function from_request($http_method=NULL, $http_url=NULL, $parameters=NULL) {
292 …public static function from_consumer_and_token($consumer, $token, $http_method, $http_url, $parame…