Wallogit.com
2017 © Pedro Peláez
Lightweight http library
Small php wrapper library around curl., (*2)
$url = 'http://www.openstreetmap.org/api/0.6/capabilities'; $httpClient = new HttpClient( 'HttpClientBot', 'http-client-test' ); $response = $httpClient->get( $url );
Returns response as a string, if successful, or false., (*3)
Also supports post and multipart requests., (*4)