{"id":15396599,"url":"https://github.com/hupe1980/mitmproxy","last_synced_at":"2025-04-04T16:41:53.219Z","repository":{"id":57649448,"uuid":"445467447","full_name":"hupe1980/mitmproxy","owner":"hupe1980","description":"Golang mitm proxy implementation","archived":false,"fork":false,"pushed_at":"2022-01-11T20:17:25.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-10T02:14:38.122Z","etag":null,"topics":["http","mitm","mitmproxy","proxy","websocket"],"latest_commit_sha":null,"homepage":"","language":"Go","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/hupe1980.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}},"created_at":"2022-01-07T09:31:03.000Z","updated_at":"2024-10-16T16:00:42.000Z","dependencies_parsed_at":"2022-09-26T20:30:50.631Z","dependency_job_id":null,"html_url":"https://github.com/hupe1980/mitmproxy","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fmitmproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fmitmproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fmitmproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fmitmproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hupe1980","download_url":"https://codeload.github.com/hupe1980/mitmproxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247214211,"owners_count":20902743,"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":["http","mitm","mitmproxy","proxy","websocket"],"created_at":"2024-10-01T15:34:21.526Z","updated_at":"2025-04-04T16:41:53.201Z","avatar_url":"https://github.com/hupe1980.png","language":"Go","readme":"# mitmproxy\n![Build Status](https://github.com/hupe1980/mitmproxy/workflows/build/badge.svg) \n[![Go Reference](https://pkg.go.dev/badge/github.com/hupe1980/mitmproxy.svg)](https://pkg.go.dev/github.com/hupe1980/mitmproxy)\n\u003e Golang mitm proxy implementation\n\n:warning: This is experimental and subject to breaking changes.\n\n## Usage\n```golang\nimport (\n\t\"log\"\n\t\"net/http\"\n\n\t\"github.com/hupe1980/golog\"\n\t\"github.com/hupe1980/mitmproxy\"\n)\n\nfunc main() {\n\tproxy, err := mitmproxy.New(func(o *mitmproxy.Options) {\n\t\to.Logger = golog.NewGoLogger(golog.DEBUG, log.Default())\n\t})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tlog.Fatal(http.ListenAndServe(\":8000\", proxy))\n}\n```\n\n### Documentation\nSee [godoc](https://pkg.go.dev/github.com/hupe1980/mitmproxy).\n\n### Examples\nSee more complete [examples](https://github.com/hupe1980/mitmproxy/tree/main/_examples).\n\n## License\n[MIT](LICENCE)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhupe1980%2Fmitmproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhupe1980%2Fmitmproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhupe1980%2Fmitmproxy/lists"}