Christopher J. Stehno
Christopher J. Stehno
The HttpBuilder-NG project has gone dormant. Neither of us use the project any longer nor do we have the extra time to properly maintain it. Please feel free to fork...
We need to support relative paths appended to URI in config. Also, we should be able to do something like: ```groovy request.uri.path = request.uri.path + '/something' ```
A quick experiment revealed that the project does not build under Java 9. Let's wait until things settle down a bit, but eventually we will need/want to support Java 9.
Java 9 has a new http client. It would be useful to have a separate client impl for it. This sub project would have to be Java 9 while the...
We need to figure out how to make Travis or the new GitHub deployment stuff deploy our artifacts to JCenter (and maven-central) on a successful build so it can be...
Currently the proxy tests use an external socks application for testing the proxy support. Find or create an embeddable option so that the tests can be automated again. * Look...
This is a great example project, but it would be nice to have an example using the `OAuth2RestTemplate` along with the provided `curl` example.
This project has gone dormant.
I know there is a way to add dependencies to a plugin when it is applied. It would be nice to be able to only download the HttpBuilder-NG client library...
I've encountered a similar issue and am including the output of a run with stacktrace and debug flags enabled in hopes that it's helpful: [output.txt](https://github.com/http-builder-ng/gradle-http-plugin/files/2142989/output.txt) Here is the task I...