Skip to content

Proxy Settings#2

Open
Koire wants to merge 4 commits intomtgto:masterfrom
Koire:master
Open

Proxy Settings#2
Koire wants to merge 4 commits intomtgto:masterfrom
Koire:master

Conversation

@Koire
Copy link

@Koire Koire commented Jun 25, 2018

Added an option to use a proxy via socks5-https-client

},
"include": [
"strong-soap.d.ts",
"socks5-https-client.d.ts",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please include this type definition file.

Copy link
Owner

@mtgto mtgto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yarn-error.log should not be included.
You might push force to abandon its file from git history.

@@ -1,3 +1,7 @@
export interface Option {
url: string;
proxy: {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proxy option should be optional.
like:

export interface Option {
    url: string;
    proxy?: {
        host: string;
        port: number;
    };
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants