-
It appears that the library does not follow 302 redirects by default. Not a big deal (it would be nice if it did), but I can't seem to find any documentation in the [docs](https://http-builder-ng.gith…
-
This simple spec is failing for me.
```
setup: "Setup mock server"
ErsatzServer ersatz = new ErsatzServer({
autoStart(true)
})
ersatz.expectations {
…
-
So it looks like `request.auth.basic` isn't setting the `Authorization:` header in the GET request I am making:
```groovy
String xlrUsername = System.getenv("XLR_USERNAME") ?: {print("Username: …
-
Hi
Thanks for you work. Http builder ng has been my first option for a long time.
I'm wondering if HttpBuilder is thread safe?
Can I define a static filed like this?
```
static def http = Htt…
-
```
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.AbstractStringBuilder.substring(AbstractStringBuilder.java:935)
at java.lang.StringBuilder.sub…
-
Related to [https://github.com/http-builder-ng/http-builder-ng/issues/162](https://github.com/http-builder-ng/http-builder-ng/issues/162) found in HttpBuilder-NG the path matcher does not account for …
-
```
ItemScore itemScore = HttpBuilder.configure({ c -> new ApacheHttpBuilder(c); } as java.util.function.Function) {
request.uri = 'http://httpbin.org'
request.contentType = JSON[0]
re…
-
The proxy support added to HttpBuilder-NG has exposed the need for a more realistic yet still simple embedded proxy server. Undertow can be used as a proxy server so it would be nice to provide a simp…
-
Example:
When trying to issue a request to http://localhost:8080/api/permissions///user123, the request fails because the middle slash is not encoded.
It won't work with http://localhost:8080/api/…
-
`**build.gradle**:
group 'org.vinay.rest'
version '1.0-SNAPSHOT'
apply plugin: 'groovy'
apply plugin: 'java'
sourceCompatibility = 1.8
repositories {
mavenCentral()
jcenter()
}
…