Creating pipelines for handling requests — When working with web apps, like web API’s, web sites, or any application that exposes a web server and handle requests, the most common behaviour is to handle each URL in a different way. Return different web pages, persist data in a storage, fetch and return data as JSON, among…