Added first client (HTTP) classes and interfaces for rewrite of the very simple metho...
authorRoland Haeder <roland@mxchange.org>
Mon, 12 May 2014 20:44:35 +0000 (22:44 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 12 May 2014 20:44:35 +0000 (22:44 +0200)
commit849ce32873a9bdd7c9eec70fdae588e025b85651
tree09a473c5c13f60f87ce6f9b52825021439773539
parentcc6118d8436018bcba7d705aa6a99ca4dcdee6dd
Added first client (HTTP) classes and interfaces for rewrite of the very simple methods in ConsoleTools and later for many places more.

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/interfaces/client/.htaccess [new file with mode: 0644]
inc/classes/interfaces/client/class_Client.php [new file with mode: 0644]
inc/classes/main/client/.htaccess [new file with mode: 0644]
inc/classes/main/client/class_ [new file with mode: 0644]
inc/classes/main/client/class_BaseClient.php [new file with mode: 0644]
inc/classes/main/client/http/.htaccess [new file with mode: 0644]
inc/classes/main/client/http/class_HttpClient.php [new file with mode: 0644]
inc/classes/main/factories/client/.htaccess [new file with mode: 0644]
inc/classes/main/factories/client/class_ClientFactory.php [new file with mode: 0644]