setUrl('http://mockbin.com/har'); $request->setMethod(HTTP_METH_PROPFIND); try { $response = $request->send(); echo $response->getBody(); } catch (HttpException $ex) { echo $ex; }