kukosk / pyapns_client

Simple, flexible and fast Apple Push Notifications on iOS, OSX and Safari using the HTTP/2 Push provider API.
Other
25 stars 11 forks source link

Would you consider adding support for proxies? #6

Closed thierryba closed 2 years ago

thierryba commented 2 years ago

http supports proxies. It would be easy enough to add support for this. Thanks for considering this.

kukosk commented 2 years ago

Thanks for the feedback @thierryba!

While I totally see some users might want or need to use a proxy between their servers and APNS, I'm not sure if this would be used by many people and I'm not sure if I'll be able to find enough time to look into this rn :(. I'm totally open to merge it in if someone implements it though, would you be interested in trying it out and creating a PR?