Home
last modified time | relevance | path

Searched refs:httpDelete (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DParamsParserTest.java51 HttpDelete httpDelete = new HttpDelete("http://example.com/deleteme"); in parseParams_returnsNullForUnsupportedOperations() local
52 assertThat(ParamsParser.parseParams(httpDelete)).isEmpty(); in parseParams_returnsNullForUnsupportedOperations()
/external/libcups/cups/
Dlibcups2.def330 httpDelete
Dhttp.h463 extern int httpDelete(http_t *http, const char *uri);
Dhttp.c507 httpDelete(http_t *http, /* I - HTTP connection */ in httpDelete() function