Skip to content

Library for accessing HTTP Archives (HAR) with Java

License

Notifications You must be signed in to change notification settings

thackel/har-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAR reader

Read HTTP Archives with Java.

<dependency>
  <groupId>de.sstoehr</groupId>
  <artifactId>har-reader</artifactId>
  <version>1.0.5</version>
</dependency>

Build Status Coverage Status Maven Central

Usage

Reading HAR from File:

Har har = HarReader.fromFile(new File("myhar.har"));
System.out.println(har.getLog().getCreator().getName());

Reading HAR from String:

Har har = HarReader.fromString("{ ... HAR-JSON-Data ... }");

About

Library for accessing HTTP Archives (HAR) with Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%