Reading Query Parameters in GET requests to Project Fn Functions (and Oracle Functions as a Service)

TLDR: query parameters can be retrieved from the Fn-Http-Request-Url header in the ctx parameter passed by Fn to the Node function handling the request; using url.parse() on that header …
