Route Handlers allow you to create custom request handlers for a given route using the Web Request and Response APIs.
The HTTP methods supported are: GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS.
request (optional) and context(optional) carrying params are props received.