- 31 Oct, 2019 1 commit
-
-
Diego Augusto authored
-
- 18 Sep, 2019 1 commit
-
-
indexzero authored
-
- 05 Sep, 2019 1 commit
-
-
Jason authored
Removed last nodejitsu reference
-
- 22 Aug, 2019 27 commits
-
-
Nick Gilligan authored
-
IdeaHunter authored
-
Ben Costolo authored
* declare app variable to house middleware * remove deprecated connect.createServer() function call * specify middleware with app.use() and pass app middleware to an http server
-
renovate[bot] authored
-
Kristoffer Lundén authored
-
Li Bin authored
-
Subomi Oluwalana authored
There were errors in the examples highlighted, check issue #969
-
renovate[bot] authored
-
renovate[bot] authored
-
renovate[bot] authored
-
renovate[bot] authored
-
renovate[bot] authored
-
renovate[bot] authored
-
renovate[bot] authored
-
indexzero authored
-
indexzero authored
-
indexzero authored
-
indexzero authored
-
indexzero authored
-
indexzero authored
-
Renovate Bot authored
-
Jaggernoth authored
With more than 1 proxy the original host was lost, now it will be passed down the proxy chain
-
Charlie Robbins authored
-
Justin Russell authored
-
Stein Martin Hustad authored
Updates options documentation for location rewrite to include 201 responses. See #1024
-
Marcin K authored
Currently published version includes .nyc_output and coverage
-
renovate[bot] authored
* Add renovate.json * [dist] Configure renovate more.
-
- 06 Jun, 2018 1 commit
-
-
任侠 authored
[examples] Restream body before proxying, support for Content-Type of application/x-www-form-urlencoded (#1264)
-
- 20 Apr, 2018 9 commits
-
-
Jarrett Cruger authored
-
Jarrett Cruger authored
-
Jarrett Cruger authored
[test] add test for selfHandleRequest and remove modifyResponse as selfHandleRequest is the only way that functionality works
-
guoxiangyang authored
-
Jake Furler authored
object.keys in web-incoming.js results in a non-deterministic ordering of keys, which means that in web-outgoing writeHead might be called before setHeader, which throws an error
-
Thiago Bustamante authored
This PR tries to fix "Can't set headers after they are sent" errors. That are a lot of situations where this error can occurs. In my case, it is happening because I have others middlewares (in an expressjs application that tries to proxy requests). Some of those middlewares (like [passportjs](http://passportjs.org/), or [cors](https://www.npmjs.com/package/cors)) can run ```res.end()``` and when the proxy receive a response, it is already finished. So, it is necessary to test if we can write on the user response when the proxy response is ready. I think it could also fix #930, #1168, #908
-
Jarrett Cruger authored
-
Gustav Tiger authored
When the server do not accept the upgrade request for websockets the server's response was previously not included and sent back. Now the proxy will include the response in these cases. Fixes #890.
-
n30n0v authored
-