Skip to main content

Module har

Module har 

Available on crate features http and std only.
Expand description

HAR support, mostly to export using a recorder (e.g. export to files on the local FS).

However you can also import pre-recorded HAR data by (json) deserialzing it, and for example turn the HAR requests into HTTP requests ready for use (more or less).

Modules§

extensions
inspectinspect
Convert captured observations into HAR entries, independently of the export destination.
layer
recorder
Streaming HAR recorder contracts and the built-in file recorder.
service
spec
stream
Streaming serialization of HAR entries and bodies, independent of inspection.
toggle