# rust-har **Repository Path**: mirrors_servo/rust-har ## Basic Information - **Project Name**: rust-har - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust-HAR [![Travis](https://travis-ci.org/servo/rust-har/master.svg)](https://travis-ci.org/servo/rust-har) _HTTP Archive 1.2 in Rust_ This library implements the serialization of the [HAR 1.2 spec][1] in Rust. Partly inspired by [HTTPArchive.js][2]. [1]: http://www.softwareishard.com/blog/har-12-spec/ [2]: https://github.com/codeinchaos/httparchive.js