Searched refs:send_response (Results 1 - 13 of 13) sorted by relevance
/third_party/python/Lib/xmlrpc/ |
H A D | server.py | 509 self.send_response(500) 522 self.send_response(200) 546 self.send_response(501, "encoding %r not supported" % encoding) 548 self.send_response(400, "error decoding gzip content") 550 self.send_response(501, "encoding %r not supported" % encoding) 556 self.send_response(404) 933 self.send_response(200)
|
/third_party/ninja/src/ |
H A D | browse.py | 171 self.send_response(302) 177 self.send_response(404) 189 self.send_response(200)
|
/third_party/python/Lib/http/ |
H A D | server.py | 467 self.send_response(code, message) 493 def send_response(self, code, message=None): member in BaseHTTPRequestHandler 548 This is called by send_response(). 705 self.send_response(HTTPStatus.MOVED_PERMANENTLY) 760 self.send_response(HTTPStatus.NOT_MODIFIED) 765 self.send_response(HTTPStatus.OK) 827 self.send_response(HTTPStatus.OK) 1159 self.send_response(HTTPStatus.OK, "Script output follows")
|
/third_party/python/Lib/test/ |
H A D | test_urllib2_localnet.py | 147 request_handler.send_response(407, "Proxy Authentication Required") 223 self.send_response(200) 228 self.send_response(401) 239 self.send_response(200) 273 self.send_response(200, "OK") 427 self.send_response(response_code)
|
H A D | test_httpservers.py | 95 self.send_response(HTTPStatus.NO_CONTENT) 101 self.send_response(HTTPStatus.NO_CONTENT) 117 self.send_response(999) 123 self.send_response(999) 323 self.send_response(HTTPStatus.OK) 964 self.send_response(HTTPStatus.OK)
|
H A D | ssl_servers.py | 104 self.send_response(200)
|
H A D | test_xmlrpc.py | 336 self.send_response(http.HTTPStatus.OK)
|
H A D | test_logging.py | 2059 request.send_response(200)
|
/third_party/nghttp2/examples/ |
H A 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/ |
H A D | coap_block_internal.h | 262 coap_send_pdu_t send_response);
|
/third_party/libcoap/src/ |
H A D | coap_block.c | 1965 coap_send_pdu_t send_response) { in coap_send_q_block2() 1978 return coap_send_q_blocks(session, lg_xmit, block, response, send_response); in coap_send_q_block2() 1959 coap_send_q_block2(coap_session_t *session, coap_resource_t *resource, const coap_string_t *query, coap_pdu_code_t request_method, coap_block_b_t block, coap_pdu_t *response, coap_send_pdu_t send_response) coap_send_q_block2() argument
|
/third_party/python/Lib/ |
H A D | pydoc.py | 2360 self.send_response(200)
|
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 2631 self.send_response(200)
|
Completed in 30 milliseconds