pusher / push-notifications-python

Pusher Beams Python Server SDK
https://pusher.com/beams
MIT License
30 stars 8 forks source link

Add support for loading proxy config from the environment #25

Closed jonathanlloyd closed 4 years ago

jonathanlloyd commented 4 years ago

The popular python deployment platform PythonAnywhere requires that http proxy settings be loaded from the environment when using their free plan (to whitelist domains). This change adds a flag to enable loading this configuration.

Fixes #24

codecov-io commented 4 years ago

Codecov Report

Merging #25 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #25   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         479    483    +4     
=====================================
+ Hits          479    483    +4
Impacted Files Coverage Δ
pusher_push_notifications/__init__.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dec67aa...efb7702. Read the comment docs.