Skip to content

Release 5.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 12:55
· 0 commits to a221f1bff80dff4c94d79a249620bdc18f5505cc since this release

Added

  • Additional multipart types, by @HardNorth
  • HttpFormatter.Builder.addCookie(Cookie) methods, by @HardNorth
  • DefaultCookieConverter.DEFAULT_COOKIE_DATE_FORMAT and DefaultCookieConverter.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

Fixed

  • Response title format for empty phrase, by @HardNorth
  • Spacing for binary multipart headers, by @HardNorth