akita-har

Utilities for working with HTTP Archive (HAR) files


License
BSD-3-Clause
Install
pip install akita-har==0.0.2

Documentation

Akita HTTP Archive (HAR) Utility

This package provides Pydantic models for HTTP Archive (HAR) files, along with a thread-safe file-writer for creating and concurrently writing HAR entries.

See it in Action

Take a look at the Akita Django Integration, which extends the django.test.Client to produce a HAR file containing requests and responses from Django integration tests.