Module inspect
Available on crate features
http and inspect and std only.Expand description
Convert captured observations into HAR entries, independently of the export destination.
Functions§
- write_
captured_ har_ entry - Write one HAR entry directly to an asynchronous destination. Body memory is bounded independently of capture size. A first pass determines UTF-8 encoding; the second streams the same pinned record prefix. Cancellation may leave a partial entry in the destination; callers publishing files should stage them.