IdeaHunter
244303b994
Fix incorrect target name for reverse proxy example ( #1135 )
2019-08-22 02:39:14 -05:00
Ben Costolo
b4028ba78b
Fix modify response middleware example ( #1139 )
...
* 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
2019-08-22 02:38:28 -05:00
Kristoffer Lundén
c662f9ebcd
Fix path to local http-proxy in examples. ( #1072 )
2019-08-22 02:35:20 -05:00
Li Bin
806e4927c9
fix reverse-proxy example require path ( #1067 )
2019-08-22 02:34:29 -05:00
renovate[bot]
0d9ed366b1
[dist] Update dependency request to ~2.88.0 [SECURITY] ( #1357 )
2019-08-22 02:30:06 -05:00
renovate[bot]
192b2b980b
[dist] Update dependency colors to v1 ( #1360 )
2019-08-22 02:29:14 -05:00
renovate[bot]
4a657a7126
[dist] Update all non-major dependencies ( #1356 )
2019-08-22 02:24:41 -05:00
renovate[bot]
7a154f81d1
[dist] Update dependency agentkeepalive to v4 ( #1358 )
2019-08-22 02:24:25 -05:00
任侠
a3fe02d651
[examples] Restream body before proxying, support for Content-Type of application/x-www-form-urlencoded ( #1264 )
2018-06-06 12:39:50 -04:00
Kris Williams
8cb451f20c
Enable proxy response to have multiple Set-Cookie raw headers #1101
2016-12-04 10:58:49 -05:00
wuchangming
9d06ca99d3
Update ntlm-authentication.js ( #1025 )
2016-08-11 12:37:57 -04:00
Mati B. Terefe
d0e000e1f9
Restream body before proxying ( #1027 )
...
Support for bodyparser.json and bodyparser.urlencoded.
Fixes #955 #843 #791
2016-08-11 12:37:32 -04:00
Muromi Ukari
6baf1498cb
alter message error ( #998 )
...
message error about port 9001 -> port 9002
2016-04-28 09:15:03 -07:00
Adam Roderick
ecdfff408f
Update ntlm-authentication.js
...
missing bracket
2016-04-14 16:21:39 -05:00
indexzero
f345a1ac2d
[dist] Update LICENSE to reflect 2015 changes.
2016-03-12 00:05:21 -08:00
Charlie Robbins
6371231086
Merge pull request #825 from pose/patch-1
...
Created reverse-proxy.js example.
2015-12-29 23:53:21 -05:00
Aaron T. Maturen
e4760727f1
SSE example and test
2015-12-06 19:34:42 -05:00
Jarrett Cruger
5d593e8ef1
[example] add an example for NTLM authentication
2015-10-30 14:14:03 -07:00
Daniel Levy
349b843731
Update gzip-middleware.js
...
Punctuation
2015-08-24 13:23:53 -06:00
Alberto Pose
38864d0167
Created reverse-proxy.js example.
2015-05-18 20:30:43 -03:00
klammbueddel
3f997b9289
fixes comment
2015-04-30 10:19:40 +02:00
Wade Dorrell
f64954a08b
I presume you mean couchdb here
2014-10-14 22:49:33 -06:00
dan
d46e876e27
update modify request body eg
2014-10-09 14:33:04 +08:00
dan
0378b03e53
update modify request body eg
2014-10-09 14:32:52 +08:00
dan
04c45a022c
update modify request body eg
2014-10-09 14:30:11 +08:00
Eirik Langholm Vullum
9df4bc1e12
fix balancer example
2014-07-04 23:37:23 +02:00
cronopio
bc236d7e95
[tests] Added a test case for run all the examples
...
* I changed all the ports across examples to be different and can run at same time
2013-12-18 12:18:58 -05:00
cronopio
c82ff2c3c0
[examples] updated bodyDecoder middleware example
2013-12-18 12:18:58 -05:00
cronopio
d7064f2e1e
[examples] added error-handling using callbacks and HTTP-to-HTTPS examples
2013-12-18 12:18:58 -05:00
cronopio
de3ff11656
[examples] updated the modifyResponse-middleware example
2013-12-18 12:18:58 -05:00
cronopio
2142c506e0
[examples] add example of gzip using the connect.compress() middleware
2013-12-18 12:18:58 -05:00
cronopio
e592c53d1a
[examples] fix the copyright header of example files
2013-12-18 12:18:58 -05:00
cronopio
d85ccdd333
[examples] added package.json with the dependencies needed by examples
2013-12-18 12:18:58 -05:00
cronopio
831a44b3c8
[examples] updated balancer examples
2013-12-18 12:18:58 -05:00
cronopio
ed8c9eeba9
[examples] updated websockets examples
2013-12-18 12:18:58 -05:00
cronopio
588327c2c4
[examples] updated old examples
2013-12-18 12:18:58 -05:00
cronopio
e02317ce86
[examples] updated old proxy examples
2013-12-18 12:18:58 -05:00
cronopio
b726116134
[examples] update forward and custom error examples
2013-12-18 12:18:58 -05:00
cronopio
7e44d3669b
[examples] update old examples
2013-12-18 12:18:58 -05:00
cronopio
bdeabb767a
[examples] deleted this examples
2013-12-18 12:18:58 -05:00
cronopio
7a3f6dfbcc
[examples] added forward example
2013-11-11 11:22:04 -05:00
cronopio
04c10113f7
[examples] added concurrent proxy example
2013-11-11 11:14:42 -05:00
cronopio
6a6dfbb79d
[examples] fix styling and bad spaces
2013-11-07 18:06:12 -05:00
cronopio
a467b7b4a9
[examples] fixed https examples
2013-11-07 17:20:28 -05:00
cronopio
33a2462d28
[wip] Initial HTTPS->HTTP test, updated https-secure example. Work in progress, need to add more https tests
2013-10-28 13:18:21 -05:00
cronopio
a1b25a123b
[examples] update the error-handling example using the new error handle way
2013-10-22 17:04:18 -05:00
indexzero
bb0d28c587
[refactor minor] s/caronte/http-proxy/ or s/caronte/httpProxy/ where appropriate.
2013-09-26 03:37:08 -04:00
yawnt
94ec6fa5ce
Merge pull request #484 from srossross/error_handling
...
[merge] Added error handling example
2013-09-22 04:22:40 -07:00
srossross
32a40889ce
DOC: Added error handling example
2013-09-21 13:15:34 -07:00
srossross
f566a42e51
ENH: updated examples
2013-09-17 14:51:56 -07:00