{"id":15446199,"url":"https://github.com/moul/roundtripper","last_synced_at":"2025-04-28T13:26:08.205Z","repository":{"id":38951791,"uuid":"266443408","full_name":"moul/roundtripper","owner":"moul","description":"implementation of http.RoundTripper/Transport with extra helpers","archived":false,"fork":false,"pushed_at":"2024-11-23T12:53:58.000Z","size":36,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-26T11:04:37.674Z","etag":null,"topics":["golang","http","roundtripper"],"latest_commit_sha":null,"homepage":"https://moul.io/golang","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["moul"],"patreon":"moul","open_collective":"moul","custom":["https://manfred.life/donate"]}},"created_at":"2020-05-24T00:35:07.000Z","updated_at":"2022-03-10T02:24:38.000Z","dependencies_parsed_at":"2024-02-09T00:28:55.855Z","dependency_job_id":"8e094eaa-bd0b-4e31-b657-788e3810b364","html_url":"https://github.com/moul/roundtripper","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":0.4545454545454546,"last_synced_commit":"fa06c38b5062f21f31658e5aa1ad85dbe3dfb10b"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"moul/golang-repo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moul%2Froundtripper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moul%2Froundtripper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moul%2Froundtripper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moul%2Froundtripper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moul","download_url":"https://codeload.github.com/moul/roundtripper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232104479,"owners_count":18473166,"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":["golang","http","roundtripper"],"created_at":"2024-10-01T19:59:56.610Z","updated_at":"2025-01-01T16:56:53.322Z","avatar_url":"https://github.com/moul.png","language":"Go","funding_links":["https://github.com/sponsors/moul","https://patreon.com/moul","https://opencollective.com/moul","https://manfred.life/donate"],"categories":[],"sub_categories":[],"readme":"# roundtripper\n\n:smile: roundtripper\n\n![CI](https://github.com/moul/roundtripper/workflows/CI/badge.svg)\n[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go\u0026logoColor=white)](https://pkg.go.dev/moul.io/roundtripper)\n[![License](https://img.shields.io/badge/license-Apache--2.0%20%2F%20MIT-%2397ca00.svg)](https://github.com/moul/roundtripper/blob/master/COPYRIGHT)\n[![GitHub release](https://img.shields.io/github/release/moul/roundtripper.svg)](https://github.com/moul/roundtripper/releases)\n[![Go Report Card](https://goreportcard.com/badge/moul.io/roundtripper)](https://goreportcard.com/report/moul.io/roundtripper)\n[![CodeFactor](https://www.codefactor.io/repository/github/moul/roundtripper/badge)](https://www.codefactor.io/repository/github/moul/roundtripper)\n[![codecov](https://codecov.io/gh/moul/roundtripper/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/roundtripper)\n[![GolangCI](https://golangci.com/badges/github.com/moul/roundtripper.svg)](https://golangci.com/r/github.com/moul/roundtripper)\n[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](https://manfred.life/)\n\n\n## Usage\n\n```golang\nimport \"moul.io/roundtripper\"\n\nclient := http.Client{\n    Transport: \u0026roundtripper.Transport{\n        ExtraHeader: http.Header{\n            \"Authorization\": []string{\"Bearer LoremIpsumDolorSitAmet...\"},\n        },\n    },\n}\nclient.Get(\"...\")\n```\n\nSee https://pkg.go.dev/moul.io/roundtripper\n\n## Install\n\n### Using go\n\n```console\n$ go get -u moul.io/roundtripper\n```\n\n## License\n\n© 2020 [Manfred Touron](https://manfred.life)\n\nLicensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) or the [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)), at your option. See the [`COPYRIGHT`](COPYRIGHT) file for more details.\n\n`SPDX-License-Identifier: (Apache-2.0 OR MIT)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoul%2Froundtripper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoul%2Froundtripper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoul%2Froundtripper/lists"}