What is a (HTTP) handler ?

HTTP - Handler (Request Handler) (MiddelWare)

About

In a HTTP server, a handler (or request handler) is a method that process a request and

The handler usually manipulates a context object that wraps the request with contextual information such as time of arrival, session, etc…

An handler is also known as middelware (for instance Node express server)





Discover More
What is an Authentication / Identity) Provider ? ie user store

An Authentication Provider implements the authentication method and is also known as an identity provider. The providers implementation differs primarily by: the data store (ie user store) that is...



Share this page:
Follow us:
Task Runner