httpbuilder
httpbuilder copied to clipboard
`HTTPBuilder#setRegistryParser()` method is used to update the `parsers` property in `HTTPBuilder` while `HTTPBuilder#getParser()` method is used to get a current value of the same property. Such naming of accessor methods...
When using RESTClient.get(...) it doesn't handle strings containing a + sign properly in query param. I have tracked it back to https://github.com/jgritman/httpbuilder/blob/master/src/main/java/groovyx/net/http/URIBuilder.java#L219 where for some reason it doesn't encode the...
Is it possible to do oAuth authentication without `accessToken` and `secretToken` using `HTTP Builder`? It seems to me that `signpost` allows it (see constructor for `DefaultOAuthConsumer` at http://mttkay.github.io/signpost/signpost-core-apidocs/index.html). It only...
Hi Jason, I noticed you had to comment out some tests that relied on third-party services. I actually setup an appengine project a while ago called RestMirror that.. does what...
Original Groovy upgrade change by: @milo2048 #90