Top "Httpbuilder" questions

HTTPBuilder is a wrapper for Apache's HttpClient, with some (actually, a lot of) Groovy syntactical sugar thrown on top.

Groovy built-in REST/HTTP client?

I heard that Groovy has a built-in REST/HTTP client. The only library I can find is HttpBuilder, is this …

rest groovy httpbuilder
Posting JSON data with Groovy's HTTPBuilder

I've found this doc on how to post JSON data using HttpBuilder. I'm new to this, but it is very …

json post groovy nullpointerexception httpbuilder
How to import groovyx.net.http

I don't understand maven or grape, and I'm an idiot so give me the step by step if your answer …

grails groovy dependencies httpbuilder
Grails: Unable to resolve class groovyx.net.http.HTTPBuilder

I have developped some web services that I would like tu use in my grails application. These services can be …

web-services grails post request httpbuilder
Groovy HttpBuilder - Get Body Of Failed Response

I am trying to use the Groovy HTTPBuilder to write an integration test that will verify a correct error message …

groovy httpbuilder
Is there an easier way to tell HTTPBuilder to ignore an invalid cert?

Per the docs, you can go through a rather clunky process of export a cert from a browser manually and …

groovy httpbuilder
Why is HTTPBuilder basic auth not working?

The following code doesn't authenticate the user (no authentication failure happens, but the call fails due to lack of permissions): …

groovy basic-authentication httpbuilder
Installing HTTPBuilder for Groovy

Apologies for the newbie question, but how do you install HTTPBuilder for Groovy? I've added the http-builder-0.7.jar, http-builder-0.7-source.…

groovy httpbuilder
using groovy http-builder in preemptive mode

When using groovy's http-builder with basic authentication the default behavior is to send an unauthenticated request first and resend the …

authentication groovy httpbuilder
Error in grabbing Grapes - Dependency not found

I have a groovy file having following code : @Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.7' ) …

grails groovy dependencies httpclient httpbuilder