Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h62 #define HTTP_BADREQUEST 400 /**< invalid http request was made */ macro
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttp-server.c207 evhttp_send_error(req, HTTP_BADREQUEST, 0); in send_document_cb()
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c669 req->response_code = HTTP_BADREQUEST; in evhttp_connection_incoming_fail()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c4022 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST); in http_data_length_constraints_test_done()