]> git.mxchange.org Git - friendica.git/commit
Curl Response Refactoring
authorPhilipp Holzer <admin@philipp.info>
Wed, 10 Oct 2018 19:08:43 +0000 (21:08 +0200)
committerPhilipp Holzer <admin@philipp.info>
Wed, 10 Oct 2018 19:08:43 +0000 (21:08 +0200)
commit2dec8895a99070281c2a13991b484c96c6e0cbed
tree540006012ad63aa6a492a7d24325b5cb9f3019fa
parent904fee3bed60117e82f9c424910e67d49086e43c
Curl Response Refactoring

- extended Curl to parse Curl Response
- refactored Network::curl()
- replaced every Network::curl() execution with the new Curl container
20 files changed:
mod/admin.php
mod/feedtest.php
mod/ostatus_subscribe.php
mod/parse_url.php
src/Core/ACL.php
src/Model/APContact.php
src/Model/GContact.php
src/Model/Profile.php
src/Module/Magic.php
src/Network/Curl.php
src/Network/Probe.php
src/Protocol/ActivityPub.php
src/Protocol/DFRN.php
src/Protocol/OStatus.php
src/Protocol/PortableContact.php
src/Util/ExAuth.php
src/Util/Network.php
src/Util/ParseUrl.php
src/Worker/DiscoverPoCo.php
src/Worker/OnePoll.php