Skip to content

allow http/https requests through https proxy

License

Notifications You must be signed in to change notification settings

shubaozhang/requests_httpsproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requests-httpsproxy

allow http/https requests through HTTPS Proxy.

Requirements

  • requests >= 2.13.0
  • PyOpenSSL >= 0.11
  • tlslite-ng

Usage

import requests
import requests_httpsproxy

https_proxy = 'https://username:[email protected]'
sess = requests.Session()
print (sess.get('https://httpbin.org/ip', proxies={'http':https_proxy, 'https':https_proxy}).text)

License

MIT

Related issues

About

allow http/https requests through https proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages