Searched refs:getRequestMethod (Results 1 – 7 of 7) sorted by relevance
100 @Override public String getRequestMethod() { in getRequestMethod() method in DelegatingHttpsURLConnection101 return delegate.getRequestMethod(); in getRequestMethod()
190 private String getRequestMethod() { in getRequestMethod() method in Main225 request.method(getRequestMethod(), getRequestBody()); in createRequest()
151 assertEquals("GET", httpUrlConnection.getRequestMethod()); in put_httpGet()190 assertEquals("POST", httpUrlConnection.getRequestMethod()); in put_httpPost()
441 assertEquals("GET", httpUrlConnection.getRequestMethod()); in createJavaUrlConnection_accessibleRequestInfo_GET()454 assertEquals("POST", httpUrlConnection.getRequestMethod()); in createJavaUrlConnection_accessibleRequestInfo_POST()
84 String requestMethod = httpUrlConnection.getRequestMethod(); in createOkResponseForCachePut()624 public String getRequestMethod() {
725 public Method getRequestMethod() { in getRequestMethod() method in NanoHTTPD.Response
1527 assertEquals(requestMethod, connection.getRequestMethod());