Home
last modified time | relevance | path

Searched refs:NO_CONTENT (Results 1 – 11 of 11) sorted by relevance

/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpDeleteRequestTest.java45 ….response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_… in testDeleteRequestThatDoesntSendBackResponseBody_EmptyString()
63 …rver.response = NanoHTTPD.newChunkedResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_… in testDeleteRequestThatDoesntSendBackResponseBody_NullInputStream()
81 ….response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.NO_CONTENT, NanoHTTPD.MIME_… in testDeleteRequestThatDoesntSendBackResponseBody_NullString()
/external/python/cpython3/Lib/http/
D__init__.py41 NO_CONTENT = 204, 'No Content', 'Request fulfilled, nothing follows' variable in HTTPStatus
Dserver.py465 code not in (HTTPStatus.NO_CONTENT,
Dclient.py356 if (status == NO_CONTENT or status == NOT_MODIFIED or
/external/python/cpython3/Lib/test/
Dtest_httpservers.py90 self.send_response(HTTPStatus.NO_CONTENT)
96 self.send_response(HTTPStatus.NO_CONTENT)
210 self.assertEqual(res.status, HTTPStatus.NO_CONTENT)
255 for code in (HTTPStatus.NO_CONTENT, HTTPStatus.NOT_MODIFIED,
272 for code in (HTTPStatus.OK, HTTPStatus.NO_CONTENT,
/external/python/cpython3/Doc/library/
Dhttp.rst69 ``204`` ``NO_CONTENT`` HTTP/1.1 :rfc:`7231`, Section 6.3.5
/external/python/apitools/apitools/base/py/
Dbase_api.py597 http_client.NO_CONTENT):
601 if http_response.status_code == http_client.NO_CONTENT:
Dtransfer.py193 http_client.NO_CONTENT,
430 elif response.status_code == http_client.NO_CONTENT:
/external/python/cpython2/Lib/
Dhttplib.py115 NO_CONTENT = 204 variable
504 if (status == NO_CONTENT or status == NOT_MODIFIED or
/external/python/cpython2/Doc/library/
Dhttplib.rst256 | :const:`NO_CONTENT` | ``204`` | HTTP/1.1, `RFC 2616, Section …
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java1193 NO_CONTENT(204, "No Content"), enumConstant