Top "Httpbuilder" questions

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

How to get the raw response and URL from HttpResponseDecorator

The REST Client of HTTP Builder returns a HttpResponseDecorator. How can I get the raw response out of it (for …

groovy httpresponse httpbuilder
post params with groovy httpbuilder in mailgun

I am trying to invoke mailgun send message api. The following code works if I pass the params along with …

groovy mailgun httpbuilder
Groovy HTTPBuilder post file upload without multipart/form-data?

How do I perform an HTTP post in groovy using HTTPBuilder that uploads the raw bytes of a file without …

file post groovy upload httpbuilder
NOT FOUND using restclient

My request looks like this but when I try to run this code I get this error: @Grab(group='org.…

groovy payment-gateway rest-client httpbuilder
Using Groovy's HTTPBuilder, how do you set timeouts

I'm trying to set a connection timeout with Groovy HTTPBuilder and for the life of me can't find a way. …

groovy httpbuilder
How can I download file with HTTPBuilder (HttpClient)?

I need to download and save file. I'm trying to use HTTPBuilder because it has simple API and supports cookies. …

groovy httpbuilder
groovy/grails - Can't make HTTPBuilder work with a URL (provided by Paypal)

PLEASE NOTE: With the code/info below, this problem can be reproduced in 2-3 minutes. BACKGROUND: Firstly I haven't found …

grails groovy httpbuilder
HTTPBuilder and MultipartEntity / multipart form-data in Groovy

Trying to simulate a HTTP POST that needs to combine some INPUT/TEXT fields along with data from a file. …

http post groovy multipartform-data httpbuilder