Searched refs:PUT (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DHttpURLConnection.java222 * Other HTTP methods ({@code OPTIONS}, {@code HEAD}, {@code PUT}, {@code
270 HttpEngine.PUT,
/libcore/luni/src/main/java/libcore/net/http/
H A DHttpEngine.java97 public static final String PUT = "PUT"; field in class:HttpEngine
376 return method == POST || method == PUT;
H A DHttpURLConnectionImpl.java247 } else if (method != HttpEngine.POST && method != HttpEngine.PUT) {
248 // If the request method is neither POST nor PUT, then you're not writing
H A DHttpResponseCache.java128 || requestMethod.equals(HttpEngine.PUT)

Completed in 78 milliseconds