check exceptions before proxy use #3055There are several places in the HTTPClient where we check if a proxy isset. But not all of them were checking the exceptions.
First go at moving the plugin classes into their own namespace
Rename HTTPClient namespace to HTTPThis should make namespace a bit more flexible in scope and allow us tomove more functionality there later.
12