transformer-proxy icon indicating copy to clipboard operation
transformer-proxy copied to clipboard

A middleware component for node-http-proxy to transform the response from the proxied server.

Results 3 transformer-proxy issues
Sort by recently updated
recently updated
newest added

Hi, very nice lib, I'm using it, works. I need help. Here is what I have, just some debug code that does nothing: ``` const transformerFunction = function (data, req,...

It is possible to print the POST body request before to transform the response ? ``` var http = require('http'), connect = require('connect'), httpProxy = require('http-proxy'), transformerProxy = require('transformer-proxy'); var...

my use case is to create a proxy for the browser, which means i want to route requests through my proxy, and not to a specific proxied server. the issue...