Skip to content

2.1.0

Compare
Choose a tag to compare
@sdstoehr sdstoehr released this 11 Mar 08:16
· 255 commits to main since this release
7d40353

Some HAR tools add additional properties, which are not defined in the HTTP Archive spec.
You are now able to access these additional properties (e.g. _transferSize in Chrome or details from WebpageTest.org):

response.getAdditional().get("_transferSize");

HAR reader now uses the latest Jackson version.