The server should be able to call proxy functions before passing the request to the actual request handler functions.
The goal is to create an easy way of adding central functionality like authentication etc. that should be used for every request, independent of the resource URL.
The server should be able to call proxy functions before passing the request to the actual request handler functions.
The goal is to create an easy way of adding central functionality like authentication etc. that should be used for every request, independent of the resource URL.