This document introduces HTTP Builder NG, an updated version of the HTTP Builder library for Groovy. It provides concise summaries of key features:
- HTTP Builder NG allows for easy configuration of HTTP clients using Apache HTTP Client or OkHttp, with a consistent namespace.
- It supports parsing HTTP headers and response content into common types like Date, JSON, and CSV. Custom parsers can also be registered.
- Request and response interceptors allow intercepting and modifying requests and responses.
- Additional features include request encoding, extension points for customization, and compatibility with Java.