Home
last modified time | relevance | path

Searched refs:getRequestMethod (Results 1 – 7 of 7) sorted by relevance

/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java100 @Override public String getRequestMethod() { in getRequestMethod() method in DelegatingHttpsURLConnection
101 return delegate.getRequestMethod(); in getRequestMethod()
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
DMain.java190 private String getRequestMethod() { in getRequestMethod() method in Main
225 request.method(getRequestMethod(), getRequestBody()); in createRequest()
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DCacheAdapterTest.java151 assertEquals("GET", httpUrlConnection.getRequestMethod()); in put_httpGet()
190 assertEquals("POST", httpUrlConnection.getRequestMethod()); in put_httpPost()
DJavaApiConverterTest.java441 assertEquals("GET", httpUrlConnection.getRequestMethod()); in createJavaUrlConnection_accessibleRequestInfo_GET()
454 assertEquals("POST", httpUrlConnection.getRequestMethod()); in createJavaUrlConnection_accessibleRequestInfo_POST()
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
DJavaApiConverter.java84 String requestMethod = httpUrlConnection.getRequestMethod(); in createOkResponseForCachePut()
624 public String getRequestMethod() {
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java725 public Method getRequestMethod() { in getRequestMethod() method in NanoHTTPD.Response
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DURLConnectionTest.java1527 assertEquals(requestMethod, connection.getRequestMethod());