/external/curl/tests/data/ |
test1029 | 6 redirect_url 30 HTTP Location: and 'redirect_url' check 33 http://%HOSTIP:%HTTPPORT/we/want/our/1029 -w '%{redirect_url}\n'
|
test1080 | 6 redirect_url 30 HTTP Location: on two URLs 'redirect_url' check 33 http://%HOSTIP:%HTTPPORT/we/want/our/1080 http://%HOSTIP:%HTTPPORT/we/want/our/1080 -w '%{redirect_url}\n'
|
test1081 | 6 redirect_url 38 HTTP no Location: on second URL 'redirect_url' check 41 http://%HOSTIP:%HTTPPORT/we/want/our/1081 http://%HOSTIP:%HTTPPORT/we/want/our/10810002 -w '%{redirect_url}\n'
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/ |
redirect.html | 13 var target = redirect_url(dottedName);
|
epydoc.js | 271 function redirect_url(dottedName) { function in function:collapse
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
redirect.html | 13 var target = redirect_url(dottedName);
|
epydoc.js | 271 function redirect_url(dottedName) { function in function:collapse
|
/system/webservd/libwebserv/ |
response.cc | 89 void ResponseImpl::Redirect(int status_code, const std::string& redirect_url) { 90 AddHeader(brillo::http::response_header::kLocation, redirect_url);
|
response.h | 69 // the URL specified in |redirect_url|. If this is not an external URL, 71 virtual void Redirect(int status_code, const std::string& redirect_url) = 0;
|
response_impl.h | 49 void Redirect(int status_code, const std::string& redirect_url) override;
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
authenticator.py | 124 self.redirect_url = None 168 redirect_url = 'http://localhost:' + str(self.port) 169 url = token.generate_authorize_url(redirect_url)
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
open_id.py | 219 redirect_url = oidconsumer.constructRedirect( 223 return self.redirect(request, redirect_url) 296 def redirect(self, request, redirect_url): 299 ('Location', redirect_url)] 301 return ["Redirecting to %s" % redirect_url]
|
/external/curl/src/ |
tool_writeout.c | 91 {"redirect_url", VAR_REDIRECT_URL},
|
/external/curl/docs/ |
curl.1 | [all...] |