Simple direct template rendering or simple HTTP redirect.
简单直接的模板表示或简单地对HTTP重新进行定向。
Controls whether an HTTP redirect is automatically followed.
控制是否自动跟随http重定向。
The service provider confirms the authorization and sends an HTTP redirect response to the user's browser.
服务器供应商确定授权,然后发送一个HTTP重定向来响应用户浏览器。
The IIPx server generates an HTTP redirect URL containing the encoded XML document and signature, and the server returns the URL to the client browser on the employee's desktop.
IIPx服务器生成http重定向url,其中包含已编码的XML文档和签名,服务器会将此URL返回给员工桌面上的客户机浏览器。
To do an HTTP redirect, you can manually set the Status and Location headers, or you can use the redirect method of CherryPy's httputils helper library, which does the same thing.
若要将某个http重定向,您可以手工设置Status和Location标题,或者可以使用CherryPy的httputils助手库的redirect方法,它完成相同的工作。
The test_list test case asserts a response of :success, but it could assert :redirect (for an HTTP redirect), :missing (for not_found), or any integer for individual HTTP return codes.
test_list测试用例可以声明 :success响应,但是它应当声明 :redirect (代表HTTP 重定向)、:missing (代表 not_found),或代表单个 HTTP返回代码的整数。
A CherryPy application method typically returns the body of the response as a string, but sometimes you need to set additional HTTP headers, do a redirect, or change the HTTP response code.
CherryPy应用程序方法通常情况下会以字符串的形式返回响应的正文,但是有时需要您设置附加的HTTP标题,进行一个重定向,或者改变HTTP响应代码。
Instead, you're going to manually "fake out" the HTTP request that the form submittal would have generated so that you can redirect the target of the form to your ThickBox window.
相反,我们将手动“伪造”表单提交生成的HTTP请求,以便将表单的目标定向到ThickBox窗口。
ASP.NET 4 introduces a new Response.RedirectPermanent (string url) helper method that can be used to perform a redirect using an HTTP 301 (moved permanently) response.
NET4引入了一个全新的Response . RedirectPermanent (stringurl)辅助方法,可以通过HTTP 301 (movedpermanently)响应进行重定向。
ASP.NET 4 introduces a new Response.RedirectPermanent (string url) helper method that can be used to perform a redirect using an HTTP 301 (moved permanently) response.
NET4引入了一个全新的Response . RedirectPermanent (stringurl)辅助方法,可以通过HTTP 301 (movedpermanently)响应进行重定向。
应用推荐