-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
This script is using a non-side-effects monkey patch, it did not applied to | ||
build-in module socket, just inject some codes into `Request`, `ProxyHandler`, | ||
`HTTPConnection`, `SSLContext` method's processing. Don't need to worry about | ||
`HTTPConnection`, `SSLContext` method's processing. No need to worry about | ||
the patching, you can using everything like before, or you can unpatch it at | ||
any time. | ||
|
@@ -69,7 +69,7 @@ | |
extproxy.restore_items() | ||
""" | ||
|
||
__version__ = "0.1.3" | ||
__version__ = "0.1.4" | ||
__author__ = "SeaHOH<[email protected]>" | ||
|
||
from .extra import * | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters