GitHub user cash opened a pull request:
https://github.com/apache/httpclient/pull/45
make constructor of Content public
I'm creating my own ResponseHandler when using the fluent API and would
like to return a Content object. The Content constructor is private to the
package and I'd rather not have to put my response handler into the fluent
package. My best alternative right now is copy the Content class. It would be
much nicer if this handy little class was updated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cash/httpclient content_public
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/httpclient/pull/45.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #45
----
commit b03acbb3b11d32e20a0ffbc28bca8f47b5eebd36
Author: Cash Costello <[email protected]>
Date: 2016-02-05T03:40:56Z
make constructor of Content public
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]