Subject | English | Chinese simplified |
comp., MS | HTTP adapter | HTTP 适配器 (An adapter that enables exchange of messages between BizTalk Server and any application using the HTTP or HTTPS protocol) |
comp., MS | HTTP compression | HTTP 压缩 (A feature that reduces file size, by using algorithms to eliminate redundant data. HTTP compression uses the industry standard GZIP and Deflate algorithms) |
comp., MS | HTTP handler | HTTP 处理程序 (A component registered with ASP.NET (typically with an .axd extension) that produces Web output dynamically) |
comp., MS | HTTP method | HTTP 方法 (A remote method invocation sent from a client (typically a web browser) to a web server over the HTTP protocol. Examples include GET, POST, PUT, etc) |
comp., MS | HTTP module | HTTP 模块 (A component that can be registered as part of the ASP.NET request lifecycle and that can read or change the request or response as it is processed. HttpModules are often used to perform special tasks that need to monitor each request, such as security or site statistics) |
comp., MS | HTTP request | HTTP 请求 (A request to an Internet site that asks for content to be retrieved) |
comp., MS | HTTP reverse proxy | HTTP 反向代理 (A proxy server that forwards incoming requests to one or more servers. To a client, the reverse proxy appears as the final destination regardless of whether the client's requests are forwarded to one or more servers) |
comp., MS | HTTP to HTTPS Redirection | HTTP 到 HTTPS 重定向 (A group box label in the Web listener settings. Options in the group box specify conditions under which HTTP client requests should be redirected to HTTPS) |
comp., MS | HTTP verb | Http 谓词 (" An instruction sent in a request message that notifies an HTTP server of the action to perform on the specified resource. For example, "GET" specifies that a resource is being retrieved from the server. Common verbs include "GET", "POST", and "HEAD".") |