Project

General

Profile

Feature proposal #6547

Updated by krileon about 7 years ago

This should be a bridge between Guzzle and CB to avoid a hardcoded dependency on Guzzle. It'll take likely a lot of work as a lot of Guzzle behavior needs to be mimiced for best usability. Similar to image library it'd probably be as follows. 

 /Request/Handler/Guzzle.php (bridge between Guzzle and Request.php) 
 /Request/Request.php

Back