{"id":28512210,"url":"https://github.com/ansman/harbringer","last_synced_at":"2025-07-04T01:31:22.658Z","repository":{"id":291295909,"uuid":"977205399","full_name":"ansman/harbringer","owner":"ansman","description":"HTTP Request logger and exporter.","archived":false,"fork":false,"pushed_at":"2025-06-06T00:22:49.000Z","size":1376,"stargazers_count":15,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T00:37:36.143Z","etag":null,"topics":["har","http","logging","okhttp","okhttp3"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-03T17:00:12.000Z","updated_at":"2025-05-30T13:51:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf842335-d3c3-4201-9327-926f1159972f","html_url":"https://github.com/ansman/harbringer","commit_stats":null,"previous_names":["ansman/harbringer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ansman/harbringer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansman%2Fharbringer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansman%2Fharbringer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansman%2Fharbringer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansman%2Fharbringer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansman","download_url":"https://codeload.github.com/ansman/harbringer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansman%2Fharbringer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263430377,"owners_count":23465374,"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","http","logging","okhttp","okhttp3"],"created_at":"2025-06-09T00:31:19.158Z","updated_at":"2025-07-04T01:31:22.651Z","avatar_url":"https://github.com/ansman.png","language":"HTML","readme":"# Harbringer\nHarbringer is an HTTP request logger. It can store your network requests and let you inspect or export them.\n\nIt supports OkHttp out of the box, but you can use it with any HTTP client.\n\nTo read more, please refer to the [documentation](https://harbringer.ansman.se/).\n\nFor the changelog, see the [releases page](https://github.com/ansman/harbringer/releases).\n\n## Basic usage\n```kotlin\nval harbringer = Harbringer(\n    storage = FileSystemHarbringerStorage(storageDirectory.toPath()),\n    maxRequests = 1000, // 1000 requests\n    maxDiskSize = 100 * 1024 * 1024, // 100MB\n    maxAge = 2.days,\n)\n\nval okHttpClient = OkHttpClient.Builder()\n    .addHarbringer(harbringer)\n    .build()\n\noutputFile.sink().use { sink -\u003e\n    harbringer.exportTo(sink)\n}\n```\n\nFor the full documentation see https://harbringer.ansman.se/\n\nSetup\n---\nFor detailed instructions, see the [getting-started](https://harbringer.ansman.se/latest/getting-started/) page.\n```kotlin\ndependencies {\n    implementation(\"se.ansman.harbringer:harbringer:0.1.0\")\n    // If using okhttp\n    implementation(\"se.ansman.harbringer:harbringer-okhttp3:0.1.0\")\n}\n```\n\n## License\n\nThis project is licensed under the Apache-2.0 license. See [LICENSE](LICENSE) for the full license.\n\n```\nCopyright 2025 Nicklas Ansman\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansman%2Fharbringer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansman%2Fharbringer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansman%2Fharbringer/lists"}