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§

v1_2
v1_3

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.
to_yamlyaml
Serialize a HAR to a YAML string.