Skip to main content

Crate har

Crate har 

Source
Expand description

HTTP Archive (HAR) serialization and deserialization helpers.

HAR input is always parsed from JSON. JSON serialization is available by default. Enable the crate feature yaml to serialize parsed documents with to_yaml.

Modules§

analysis
assemble
classify
config
correlate
errorbody
filter
fingerprint
glob
grouping
jsonpath
jwt
loader
model
normalize
opaque
raw
recommender
redact
render
stats
timing
v1_2
v1_3
vendor

Structs§

Har

Enums§

Error
Errors that HAR functions may return.
HarVersion
Supported HAR versions.
Spec
Supported versions of HAR.

Functions§

from_path
Deserialize a HAR from a path.
from_reader
Deserialize a HAR from a type which implements Read.
from_slice
Deserialize a HAR from a byte slice.
from_str
Deserialize a HAR from a string slice.
to_json
Serialize a HAR to a JSON string.