An Overview of HTTP Handlers
Home » ASP.net » An Overview of HTTP Handlers
An Overview of HTTP Handlers
?
An HTTP handler is a process that runs on server to response to a particular type of request. HTTP handlers can be referred to as endpoint also. A typical example of HTTP handlers is when ASP.net page handler which is used by asp.net engine to process the request that come for .aspx files.