Skip to content

Commit c3d00c6

Browse files
committed
Add notes.
1 parent 6befe37 commit c3d00c6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Node library to enable opening Socket connections via an HTTPS proxy.
44

5+
Based on the implementation in https://github.com/TooTallNate/node-https-proxy-agent,
6+
but adapted to expose raw Sockets, instead of just http/https requests.
7+
58
## Installation
69

710
yarn add @journeyapps/https-proxy-socket

src/HttpsProxyAgent.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/**
2-
* Module dependencies.
3-
*/
1+
// Based on tests in https://github.com/TooTallNate/node-https-proxy-agent
42

53
import * as fs from 'fs';
64
import * as http from 'http';

0 commit comments

Comments
 (0)