HomeSort by relevance Sort by last modified time
    Searched refs:HttpMethod (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/net/test/embedded_test_server/
http_request.h 19 enum HttpMethod {
37 HttpMethod method;
87 HttpMethod GetMethodType(const std::string& token) const;
http_request.cc 183 HttpMethod HttpRequestParser::GetMethodType(const std::string& token) const {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpMethod.java 22 public final class HttpMethod {
40 private HttpMethod() {
HttpURLConnectionImpl.java 265 } else if (!HttpMethod.hasRequestBody(method)) {
288 if (HttpMethod.hasRequestBody(method)) {
575 if (!HttpMethod.METHODS.contains(method)) {
577 "Expected one of " + HttpMethod.METHODS + " but was " + method);
HttpEngine.java 296 return HttpMethod.hasRequestBody(userRequest.method());
  /external/chromium_org/google_apis/gaia/
oauth_request_signer.h 27 enum HttpMethod {
56 // If HttpMethod is GET_METHOD, the signed result is the full URL, otherwise
60 HttpMethod http_method,
72 // If HttpMethod is GET_METHOD, the signed result is the full URL, otherwise
77 HttpMethod http_method,
89 HttpMethod http_method,
oauth_request_signer.cc 52 const std::string HttpMethodName(OAuthRequestSigner::HttpMethod method) {
78 OAuthRequestSigner::HttpMethod http_method,
241 OAuthRequestSigner::HttpMethod http_method,
261 OAuthRequestSigner::HttpMethod http_method,
366 HttpMethod http_method,
396 HttpMethod http_method,
429 HttpMethod http_method,
  /external/chromium_org/chrome/test/chromedriver/server/
http_handler.h 42 enum HttpMethod {
49 CommandMapping(HttpMethod method,
54 HttpMethod method;
http_handler.cc 52 CommandMapping::CommandMapping(HttpMethod method,
696 bool MatchesMethod(HttpMethod command_method, const std::string& method) {
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 37 import io.netty.handler.codec.http.HttpMethod;
150 HttpVersion.HTTP_1_1, HttpMethod.GET, url.getPath());
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java 21 import com.squareup.okhttp.internal.http.HttpMethod;
229 if (HttpMethod.invalidatesCache(request.method())) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 5665 milliseconds