Additional synchronous version of `ngx.fetch` or any other curl-like HTTP request-response function that can be used in `js_*_filter` directive. Function should be as close as possible to async `ngx.fetch` but work as a blocking sync operation.
Additional synchronous version of
ngx.fetchor any other curl-like HTTP request-response function that can be used injs_*_filterdirective.Function should be as close as possible to async
ngx.fetchbut work as a blocking sync operation.