{"id":19267311,"url":"https://github.com/jangorman/harparser","last_synced_at":"2026-06-30T10:30:14.887Z","repository":{"id":137374408,"uuid":"110266798","full_name":"JanGorman/HARParser","owner":"JanGorman","description":"A Swift .har parser","archived":false,"fork":false,"pushed_at":"2019-10-01T15:06:28.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-05T12:12:51.614Z","etag":null,"topics":["har","swift","swift-4","swift-package","swift-package-manager"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JanGorman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-10T16:13:39.000Z","updated_at":"2019-10-01T15:06:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"1dcd23ab-f161-494b-b515-a6a389c22574","html_url":"https://github.com/JanGorman/HARParser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FHARParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FHARParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FHARParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FHARParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JanGorman","download_url":"https://codeload.github.com/JanGorman/HARParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240367826,"owners_count":19790324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["har","swift","swift-4","swift-package","swift-package-manager"],"created_at":"2024-11-09T20:11:29.743Z","updated_at":"2026-06-30T10:30:14.773Z","avatar_url":"https://github.com/JanGorman.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HARParser\n\n[![Build Status](https://travis-ci.org/JanGorman/HARParser.svg?branch=master)](https://travis-ci.org/JanGorman/HARParser)\n[![SPM](https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager)\n\nA parser for [.har](https://en.wikipedia.org/wiki/.har) files. To use it in you project add the dependency to your `Package.swift` file:\n\n```swift\nimport PackageDescription\n\nlet package = Package(\n    name: \"My awesome CLI tool\"\n    dependencies: [\n        .package(\n            url: \"https://github.com/JanGorman/HARParser\",\n            from: \"1.0.0\"\n        )\n    ]\n)\n```\n\n## Usage\n\nInitialise an instance of the parser with the contents of a .har file as [Data](https://developer.apple.com/documentation/foundation/data):\n\n```swift\nimport HARParser\n\nfunc parse() throws {\n  let data = Data() // Load the file into memory\n  let parser = HARParser(data: data)\n  // After parsing you can access the different fields of the archive\n  let har = try parser.parse()\n}\n```\n\n## Licence\n\nTable is released under the MIT license. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangorman%2Fharparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjangorman%2Fharparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangorman%2Fharparser/lists"}