Skip to content

Otach/Har-Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Har-Toolkit

A module to easily work with HAR (HTTP Archive) files.

Installation

pip install --upgrade har-toolkit

Usage

To use this module in your code:

import har_toolkit

To read and parse a HAR file:

import har_toolkit
har = har_toolkit.read_har_file("<path/to/har_file>")

This will return a Har object with the contents of the file parsed according to this W3C document

The different sections of the format can be accessed by calling that section attribute on the parent class. Example: har.browser or har.entries

About

A python module to easily work with HAR (HTTP Archive) files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages