mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
DOC: updated readme
@yawnt I think it is good to go. If you have any other tests in mind let me know.
This commit is contained in:
parent
39b0c46a69
commit
7ad5c0f993
@ -105,7 +105,7 @@ server.listen(5050);
|
|||||||
|
|
||||||
* **target**: url string to be parsed with the url module
|
* **target**: url string to be parsed with the url module
|
||||||
* **forward**: url string to be parsed with the url module
|
* **forward**: url string to be parsed with the url module
|
||||||
* **agent**: object to be passed to http(s).request (see Node's [https agent][0] and [http agent][1] agent objects)
|
* **agent**: object to be passed to http(s).request (see Node's [https agent](http://nodejs.org/api/https.html#https_class_https_agent) and [http agent](http://nodejs.org/api/http.html#http_class_http_agent) objects)
|
||||||
|
|
||||||
If you are using the `proxyServer.listen` method, the following options are also applicable:
|
If you are using the `proxyServer.listen` method, the following options are also applicable:
|
||||||
|
|
||||||
@ -148,5 +148,4 @@ Logo created by [Diego Pasquali](http://dribbble.com/diegopq)
|
|||||||
>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
>THE SOFTWARE.
|
>THE SOFTWARE.
|
||||||
|
|
||||||
[0]: http://nodejs.org/api/https.html#https_class_https_agent
|
|
||||||
[1]: http://nodejs.org/api/http.html#http_class_http_agent
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user