- New Json and Text types to
Constants
class, by @HardNorth
- Client version updated on 5.2.23, by @HardNorth
- Client version updated on 5.2.13, by @HardNorth
- Client version updated on 5.2.8, by @HardNorth
- Client and JSR 305 dependencies marked as
compileOnly
, by @HardNorth
- Client version updated on 5.2.4, by @HardNorth
- All dependencies are marked as
implementation
, by @HardNorth
commons-model
dependency to rely onclinet-java
exclusions in security fixes, by @HardNorth
- Client version updated on 5.2.0, by @HardNorth
- HttpCore dependency was removed to avoid conflicts, by @HardNorth
- Client version updated on 5.1.22, by @HardNorth
- Client version updated on 5.1.16, by @HardNorth
- Client version updated on 5.1.15, by @HardNorth
- Deprecation warning on invalid constructor in
HttpPartFormatter
class, by @HardNorth - Cookie utility methods in
HttpFormatUtils
class, by @HardNorth - Header string parsing method in
HttpFormatUtils
class, by @HardNorth - Charset parsing from content type header for Form request, by @HardNorth
jsoup
version update to fix vulnerabilities, by @HardNorth
- Additional multipart types, by @HardNorth
HttpFormatter.Builder.addCookie(Cookie)
methods, by @HardNorthDefaultCookieConverter.DEFAULT_COOKIE_DATE_FORMAT
andDefaultCookieConverter.DEFAULT_COOKIE_TIME_ZONE
constants, which are used to format Cookie Expiry Date, by @HardNorth- Date Format and Time Zone bypass in Cookie converter constructors, by @HardNorth
- Response title format for empty phrase, by @HardNorth
- Spacing for binary multipart headers, by @HardNorth
- Form data type formatting, by @HardNorth
AbstractHttpFormatter
class andHttpFormatter
interface, by @HardNorth
HttpRequestFormatter.Builder.bodyParams(List<Param>)
method, by @HardNorth
HttpFormatUtils.getBodyType
method, by @HardNorth
application/x-www-form-urlencoded
body type handling, by @HardNorth
- Initial release of HTTP logging utils, by @HardNorth