HI All: I have a lot of code like:
final HttpUriRequest request = RequestBuilder.post(uri).setEntity(entity).build(); Which in version 5 gives me a compile error since build returns ClassicHttpRequest. Version 5 has a HttpUriRequest but I cannot find an implementation for it. What am I missing? Thank you, Gary
