- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getRequestMethod (0.3 sec)
-
src/main/java/org/codelibs/curl/CurlRequest.java
} else { return con.getInputStream(); } } else if (Method.HEAD.toString().equalsIgnoreCase(con.getRequestMethod())) { return new ByteArrayInputStream(new byte[0]); } else { if (GZIP.equals(con.getContentEncoding())) {Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Mon Nov 24 03:10:07 UTC 2025 - 18.6K bytes - Viewed (0)