Home
last modified time | relevance | path

Searched refs:send_response (Results 1 – 15 of 15) sorted by relevance

/third_party/ninja/src/
Dbrowse.py173 self.send_response(302)
179 self.send_response(404)
191 self.send_response(200)
/third_party/python/Lib/xmlrpc/
Dserver.py520 self.send_response(500)
533 self.send_response(200)
557 self.send_response(501, "encoding %r not supported" % encoding)
559 self.send_response(400, "error decoding gzip content")
561 self.send_response(501, "encoding %r not supported" % encoding)
567 self.send_response(404)
922 self.send_response(200)
/third_party/python/Lib/http/
Dserver.py465 self.send_response(code, message)
491 def send_response(self, code, message=None): member in BaseHTTPRequestHandler
694 self.send_response(HTTPStatus.MOVED_PERMANENTLY)
749 self.send_response(HTTPStatus.NOT_MODIFIED)
754 self.send_response(HTTPStatus.OK)
817 self.send_response(HTTPStatus.OK)
1149 self.send_response(HTTPStatus.OK, "Script output follows")
/third_party/python/Lib/test/
Dtest_urllib2_localnet.py144 request_handler.send_response(407, "Proxy Authentication Required")
220 self.send_response(200)
225 self.send_response(401)
236 self.send_response(200)
270 self.send_response(200, "OK")
424 self.send_response(response_code)
Dtest_httpservers.py94 self.send_response(HTTPStatus.NO_CONTENT)
100 self.send_response(HTTPStatus.NO_CONTENT)
116 self.send_response(999)
122 self.send_response(999)
301 self.send_response(HTTPStatus.OK)
926 self.send_response(HTTPStatus.OK)
Dssl_servers.py104 self.send_response(200)
Dtest_xmlrpc.py334 self.send_response(http.HTTPStatus.OK)
Dtest_logging.py1998 request.send_response(200)
/third_party/nghttp2/examples/
Dlibevent-server.c423 static int send_response(nghttp2_session *session, int32_t stream_id, in send_response() function
471 if (send_response(session, stream_data->stream_id, hdrs, ARRLEN(hdrs), in error_reply()
568 if (send_response(session, stream_data->stream_id, hdrs, ARRLEN(hdrs), fd) != in on_request_recv()
/third_party/libcoap/include/coap3/
Dcoap_block_internal.h262 coap_send_pdu_t send_response);
/third_party/python/Doc/library/
Dhttp.server.rst223 .. method:: send_response(code, message=None)
231 then :meth:`send_response` should be followed by an :meth:`end_headers`
/third_party/nghttp2/doc/sources/
Dtutorial-server.rst555 Sending the file content is performed by the ``send_response()`` function::
557 static int send_response(nghttp2_session *session, int32_t stream_id,
/third_party/libcoap/src/
Dcoap_block.c1965 coap_send_pdu_t send_response) { in coap_send_q_block2() argument
1978 return coap_send_q_blocks(session, lg_xmit, block, response, send_response); in coap_send_q_block2()
/third_party/python/Lib/
Dpydoc.py2358 self.send_response(200)
/third_party/node/deps/v8/tools/
Dgrokdump.py2631 self.send_response(200)