Searched refs:redirect_handler (Results 1 – 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
D | asio_server_serve_mux.cc | 64 redirect_handler(301, std::move(path)), in handle() 68 false, redirect_handler(301, std::move(path)), pattern}; in handle() 90 return redirect_handler(301, std::move(new_uri)); in handler()
|
D | asio_server_request_handler.cc | 54 request_cb redirect_handler(int status_code, std::string uri) { in redirect_handler() function
|
/third_party/nghttp2/src/includes/nghttp2/ |
D | asio_http2_server.h | 233 request_cb redirect_handler(int status_code, std::string uri);
|
/third_party/cef/tests/ceftests/ |
D | cors_unittest.cc | 1495 HandlerType redirect_handler, in SetupRedirectGetRequest() argument 1500 redirect_resource->Init(redirect_handler, base_path + ".redirect.html", in SetupRedirectGetRequest() 1675 HandlerType redirect_handler, in SetupRedirectPostRequest() argument 1680 redirect_resource->Init(redirect_handler, base_path + ".redirect.html", in SetupRedirectPostRequest()
|
/third_party/libsoup/libsoup/ |
D | soup-session.c | 1197 redirect_handler (SoupMessage *msg, gpointer user_data) in redirect_handler() function 1290 G_CALLBACK (redirect_handler), item); in soup_session_append_queue_item()
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 1016 * libsoup/soup-session.c (redirect_handler): 1034 * libsoup/soup-session.c (redirect_handler): a 302 response to 1054 * libsoup/soup-session.c (redirect_handler): Check 1594 (redirect_handler): PROPFIND is defined to be "safe and 1798 * libsoup/soup-session.c (redirect_handler): Misc fixes: don't 3996 * libsoup/soup-session.c (redirect_handler): Allow relative URIs, 5567 (redirect_handler, authorize_handler): Moved to soup-session.c. 6474 (redirect_handler): Update for that.
|