Searched refs:redirectUrl (Results 1 – 4 of 4) sorted by relevance
93 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate() argument105 MHD_add_response_header (response, "Location", redirectUrl); in SendTemplate()
27 const char* redirectUrl = nullptr);
77 URL redirectUrl = new URL(url, redirectUrlString); in loadDataWithRedirects() local78 return loadDataWithRedirects(redirectUrl, redirects + 1, url); in loadDataWithRedirects()
3231 String redirectUrl = "http://host\u0000/";3233 .addHeaderLenient("Location", redirectUrl));3237 assertEquals(redirectUrl, urlConnection.getHeaderField("Location"));