Nick Gilligan
d05624167c
fix 'Modify Response' readme section to avoid unnecessary array copying ( #1300 )
2019-08-22 02:40:15 -05:00
Subomi Oluwalana
c8fa599983
Update README.md ( #970 )
...
There were errors in the examples highlighted, check issue #969
2019-08-22 02:31:44 -05:00
Charlie Robbins
91fee3e943
[refactor doc] Complete rename to http-party org. ( #1362 )
2019-08-22 01:46:16 -05:00
Justin Russell
235f0aa047
Highlight correct lines for createProxyServer ( #1117 )
2019-08-22 01:41:47 -05:00
Jarrett Cruger
e94d52973a
[dist] doc updates
2018-04-20 11:35:07 -04:00
Jarrett Cruger
4a37175a52
[test] add test for selfHandleRequest and remove modifyResponse as selfHandleRequest is the only way that functionality works
2018-04-20 11:35:07 -04:00
guoxiangyang
e5c02b8a8a
add support for modify response
2018-04-20 11:35:07 -04:00
n30n0v
c9a556cfa5
Add followRedirects option
2018-04-20 11:35:07 -04:00
Jon Hunter
6f88caf6e4
Add detail about "buffer" option
2018-04-20 11:35:07 -04:00
Radu Serbanescu
d2f9db8241
Add use case for proxy to HTTPS using a PKCS12 client certificate
2018-04-20 11:35:07 -04:00
carpsareokiguess
8231984fb0
fix small typos in README
2018-04-20 11:35:07 -04:00
Jarrett Cruger
d533a1be43
[dist] document the feature
2018-04-20 11:35:07 -04:00
jlaamanen
107c18720c
Added timeout option to docs
2018-04-20 11:35:07 -04:00
Sean Willis
f5c2381395
Updating docs and adding more tests.
2018-04-20 11:35:07 -04:00
Jarrett Cruger
543636d0f6
[fix] move badges
2018-04-20 11:35:07 -04:00
Jarrett Cruger
f4ff1006b9
[wip] proper tests and reporting
2018-04-20 11:35:07 -04:00
Elad Ben-Israel
c979ba9f2c
Update README.md ( #1131 )
...
Update link to properties
2017-01-11 15:53:05 -05:00
Jarrett Cruger
e6f24ba617
[fix] rm newline
2016-12-24 17:03:33 -05:00
Ivan Nieto
d73f1ee873
Update README.md with CoC link ( #1120 )
...
* Add Code Of Conduct
* Update CODE_OF_CONDUCT.md
Fix placeholder
* Update REAME.md
2016-12-24 17:02:41 -05:00
Yuta Shimizu
961f457622
[WIP] Revert default behavior of writeHeaders method ( #1104 )
...
* Replace header key only
* Add preserveHeaderKeyCase Option
2016-12-06 09:51:01 -05:00
Ashish Dahiya
d0a1588639
Add proxy-timeout option to documentation ( #1075 )
...
http-proxy provides a [proxyTimeout option](https://github.com/nodejitsu/node-http-proxy/blob/master/lib/http-proxy/passes/web-incoming.js#L122 ) that allows us to set a timeout on the outgoing socket connection to the target. This timeout is very effective when the upstream target does not respond within an expected time.
I had wasted a few hours searching for this option. Documenting this option can save others a significant amount of time.
2016-10-04 09:54:52 -04:00
Michael Ira Krufky
cbd5777060
README.md: fix typo: 'ingoing' should be 'incoming' ( #1060 )
2016-09-14 07:02:30 -04:00
Jeremy Judeaux
1e52f660f0
cookieDomainRewrite option ( #1009 )
2016-08-12 13:42:18 -04:00
Gabriel Boucher
183b5bb4fc
Location rewriting for responses with status 201 ( #1024 )
...
Implement rewriting of the location header for responses with status code 201, according to RFC2616 section 10.2.2
2016-08-11 12:36:17 -04:00
deanshelton913
bdb3492b21
Add expected datatype to readme
...
This confused me while attempting to use this feature
2016-03-23 15:19:50 -07:00
Kyle Hayes
820fc5987c
Update README
...
For clarity
2016-03-22 08:47:14 -07:00
indexzero
f345a1ac2d
[dist] Update LICENSE to reflect 2015 changes.
2016-03-12 00:05:21 -08:00
Brendan McLoughlin
f8d605d53f
Fix formatting of the headers option
2016-03-08 18:07:11 -05:00
Jarrett Cruger
820f198729
Merge pull request #806 from chimurai/master
...
Fixed missing documentation: #options.headers
2016-02-16 18:05:28 -05:00
Jarrett Cruger
d2df053677
Merge pull request #950 from caioquirino/master
...
#949 Proxy example using req instead res on README
2016-02-15 10:36:24 -05:00
Caio Quirino da Silva
25e56d0182
#949 Proxy example using req instead res on README
...
README example implies request instead of response parameter
2016-02-02 11:56:39 -02:00
Jarrett Cruger
2831d9a4f9
Merge pull request #932 from afriza/patch-1
...
README.md: summary to specify reverse proxy
2016-02-01 20:59:49 -08:00
Alfredo Delgado
bfcab93d8d
Update README.md
...
Fixed typo.
2016-01-30 12:26:26 -05:00
Jarrett Cruger
58c0fdc761
Merge pull request #934 from Torthu/master
...
Fix for #839 (Ignore path and the trailing slash)
2016-01-26 15:56:58 -05:00
Prayag Verma
a76e226221
Update license year range to 2016
2016-01-26 14:12:24 +05:30
Torstein Thune
0cb1d3c68e
Added note for appending trailing / when using ignorePath
2016-01-13 15:27:51 +01:00
Afriza N. Arief
41414a56a1
README.md: introduction to specify reverse proxy
...
clarify proxy type to be reverse proxy in the introduction
2016-01-04 12:40:05 +08:00
donasaur
6106d4c32f
Added back to top helpers
2015-11-23 09:46:15 -08:00
donasaur
cd1d7776e8
Organized README more
2015-11-23 09:30:05 -08:00
donasaur
eea79cab53
Updated markdown docs to mention proxy rules
2015-11-20 17:28:37 -08:00
Laurent Brucher
a05fc2d169
Provide a "proxyReq" event also for websocket connections.
2015-10-22 15:56:34 +02:00
chimurai
c86ae51bb9
docs: options.headers
2015-09-26 23:46:11 +02:00
Stuart P. Bentley
1f4fccd2c6
Fix broken option list indentation
2015-08-14 09:02:50 -07:00
Jordan
fe3dd8363f
Added missing configuration options
...
Added missing config options for httpProxy.createProxyServer. Updated to include all options listed in `lib/http-proxy.js`
Addresses nodejitsu/node-http-proxy#851
2015-07-09 08:03:23 -03:00
Fernando Montoya
7e82a04a16
Added installation instructions
2015-05-12 21:38:05 -05:00
PanManAms
32aa10dfe2
changed highlighted part - very minor
2014-12-20 15:40:46 +01:00
Jarrett Cruger
f30486195c
[minor] grammar
2014-12-17 00:57:43 -07:00
Jorge Leal
c62610e8e4
Deprecated proxySocket event in favor to open event.
...
Maintained both proxySocket and open for backward compatibility.
Conflicts:
test/lib-http-proxy-test.js
2014-12-17 00:52:19 -07:00
Jorge
05d18a4e1b
Update README.md
2014-12-17 00:51:24 -07:00
Sean Hussey
4bd3c4671f
Fix typo
2014-12-11 11:02:09 -05:00