return handle(c, new ClientRequestImpl(getURI(), "PUT", requestEntity));
}
@Override
public <T> T put(GenericType<T> gt, Object requestEntity) throws UniformInterfaceException, ClientHandlerException {
return handle(gt, new ClientRequestImpl(getURI(), "PUT", requestEntity));
}