Subject | Norwegian Bokmål | English |
comp., MS | HTTP-behandling | HTTP handler (A component registered with ASP.NET (typically with an .axd extension) that produces Web output dynamically) |
comp., MS | HTTP-modul | HTTP module (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-server | HTTP server (A server computer that hosts Web pages and responds to requests from browsers) |
comp., MS | HTTP-verb | HTTP verb (" 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".") |