With this PR I've introduced the support for Httplug as transport layer. In this way we don't have to maintain our own implementation of an HTTP client (cURL in the simplest case) and we can offer more flexibility to users of this library leaving to them the choice of what they prefer to use to send HTTP requests (even Guzzle if they want).
Coverage decreased (-4.2%) to 18.521% when pulling 57d7295f87ce71cb1edcb6601b6cbfdbd13d5a47 on ProntoPro:feature/httplug-client into 6940a94f8f299442e45adc4250cad2a65eae717c on loopline-systems:develop.
With this PR I've introduced the support for Httplug as transport layer. In this way we don't have to maintain our own implementation of an HTTP client (cURL in the simplest case) and we can offer more flexibility to users of this library leaving to them the choice of what they prefer to use to send HTTP requests (even Guzzle if they want).