Questions tagged [httpbuilder-ng]

HttpBuilder-NG is a modern updated version of the HttpBuilder project which provides a unified and friendly DSL for Groovy (and Java) in on top of an Http Client (three options available). This version is based on the older project, but diverges enough that it is a different library.

Useful Links

18 questions
0
votes
1 answer

Problems with HttpBuilder-NG basic authentication for a step definition

I am having problems implementing HttpBuilder-NG basic authentication for a Cucumber feature step definition using Gradle, Groovy and Junit. I have sucessfully implemented this step definition using Behat/PHP. I have also verified the test using…
0
votes
1 answer

Is HttpBuilder in httpbuilder-ng thread safe?

I would like to configure a single instance of HttpBuilder with some standard headers in my application, and allow that instance to be used by multiple threads. Are there any issues with this?
Stimp
  • 567
  • 1
  • 7
  • 11
0
votes
0 answers

HttpBuilder bg losing body on failure

I am using HttpBuilder-NG. On error I am getting following response from server. { "error": "JsonError", "param": { "obj.instructorId": [ { "msg": "Instructor Not Found", "args": [] …
Arun
  • 31
  • 3
1
2