Subject | English | Hebrew |
comp., MS | HTTP handler | מטפל ב- HTTP (A component registered with ASP.NET (typically with an .axd extension) that produces Web output dynamically) |
comp., MS | HTTP header | כותרת HTTP (An informational listing at the top of a Hypertext Transfer Protocol (HTTP) request or response) |
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 server | שרת HTTP (A server computer that hosts Web pages and responds to requests from browsers) |
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".") |