pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
+ Added: copas.running flag
+ Fixed: fix for http request #53 (Peter Melnichenko)
+ Added: extra parameter keep_open for the removeserver()
method (Hisham Muhammad)
+ Change: tweaked makefile with a DESTDIR variable (Richard
Leitner)
Copas is a dispatcher based on coroutines that can be used for
asynchronous networking. For example TCP or UDP based servers.
But it also features timers and client support for http(s), ftp
and smtp requests.