Searched refs:send_response (Results 1 – 15 of 15) sorted by relevance
/third_party/ninja/src/ |
D | browse.py | 173 self.send_response(302) 179 self.send_response(404) 191 self.send_response(200)
|
/third_party/python/Lib/xmlrpc/ |
D | server.py | 520 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/ |
D | server.py | 465 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/ |
D | test_urllib2_localnet.py | 144 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)
|
D | test_httpservers.py | 94 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)
|
D | ssl_servers.py | 104 self.send_response(200)
|
D | test_xmlrpc.py | 334 self.send_response(http.HTTPStatus.OK)
|
D | test_logging.py | 1998 request.send_response(200)
|
/third_party/nghttp2/examples/ |
D | libevent-server.c | 423 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/ |
D | coap_block_internal.h | 262 coap_send_pdu_t send_response);
|
/third_party/python/Doc/library/ |
D | http.server.rst | 223 .. method:: send_response(code, message=None) 231 then :meth:`send_response` should be followed by an :meth:`end_headers`
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-server.rst | 555 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/ |
D | coap_block.c | 1965 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/ |
D | pydoc.py | 2358 self.send_response(200)
|
/third_party/node/deps/v8/tools/ |
D | grokdump.py | 2631 self.send_response(200)
|