-
My team uses GitLab and I recently wrote a Groovy script using http-builder-ng to call the GitLab API to retrieve a file.
The GitLab API path is formatted like:
> /api/v4/projects/**REPO_ID**/…
-
Explore using HttpBuilder-NG with Kotlin and document how to use it in the User Guide.
Being another JVM-based language, it should just work for the most part, but it would be nice to ensure that w…
-
Getting below exception when using this library as part of an application but works fine in a Groovy script. The application is typical Groovy and Spring stack, packaged into WAR and deployed to Tomc…
-
Hi,
first of all, great job and thanks for the efforts in this cool tool! From my point of view there´s an issue with the visibility of request details. My intention is simply to log the details in…
jfock updated
7 years ago
-
I'm trying to run an Artifactory plugin using http-builder-ng. Unfortunately, the plugin fails with
```
java.lang.NoClassDefFoundError: Could not initialize class groovyx.net.http.HttpConfigs
gr…
-
Is there a way to set the underlying client parameters? I am using the Apache client, and I need to set "http.protocol.handle-redirects". But I'm not sure how I can do that.
-
I am using http-building-ng-core 0.14.1 in a Grails 3.2.8 application. The application works fine when I run it from command line. When I build a WAR file and deploy it to Tomcat 7.0.75, I run into pr…
kgeis updated
7 years ago
-
Another stand-alone script issue...
```groovy
@Grab('io.github.http-builder-ng:http-builder-ng-core:0.14.1')
import static groovyx.net.http.HttpBuilder.configure
import static groovyx.net.http…
-
It would be handy to have the import statement in the examples.
I found import groovyx.net.http.HttpBuilder by going to the javadocs, but adding this to the documentation would have saved time.
Th…
-
I tried the following script
@Grab('io.github.http-builder-ng:http-builder-ng-core:0.13.3')
@Grab('org.apache.commons:commons-lang3:3.5')
import groovyx.net.http.HttpBuilder
…
kgeis updated
7 years ago