File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -375,9 +375,9 @@ print webhook["events"]
375375
376376Users can configure the library to use different backends to send calls to our API. The HTTP libraries we support are:
377377
378- * [ Requests] ( http ://docs.python- requests.org /en/latest /) (` pusher.requests.RequestsBackend ` ). This is used by default.
378+ * [ Requests] ( https ://requests.readthedocs.io /en/master /) (` pusher.requests.RequestsBackend ` ). This is used by default.
379379* [ Tornado] ( http://www.tornadoweb.org/en/stable/ ) (` pusher.tornado.TornadoBackend ` ).
380- * [ AsyncIO] ( http ://asyncio. org/) (` pusher.aiohttp.AsyncIOBackend ` ).
380+ * [ AsyncIO] ( https ://docs.python. org/3/library/asyncio.html ) (` pusher.aiohttp.AsyncIOBackend ` ).
381381* [ Google App Engine] ( https://cloud.google.com/appengine/docs/python/urlfetch/ ) (` pusher.gae.GAEBackend ` ).
382382
383383Upon initializing a ` Pusher ` instance, pass in any of these options to the ` backend ` keyword argument.
You can’t perform that action at this time.
0 commit comments