{"id":36457332,"url":"https://github.com/go-kivik/proxy","last_synced_at":"2026-01-11T23:05:53.930Z","repository":{"id":57495603,"uuid":"113692465","full_name":"go-kivik/proxy","owner":"go-kivik","description":"A simple Go http.Handler proxy for CouchDB","archived":false,"fork":false,"pushed_at":"2020-04-10T10:32:07.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T03:31:55.543Z","etag":null,"topics":["couchdb","database","go","http-server","proxy"],"latest_commit_sha":null,"homepage":null,"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/go-kivik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-09T18:40:27.000Z","updated_at":"2024-06-20T03:31:55.543Z","dependencies_parsed_at":"2022-08-31T12:52:37.439Z","dependency_job_id":null,"html_url":"https://github.com/go-kivik/proxy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/go-kivik/proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-kivik%2Fproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-kivik%2Fproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-kivik%2Fproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-kivik%2Fproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-kivik","download_url":"https://codeload.github.com/go-kivik/proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-kivik%2Fproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["couchdb","database","go","http-server","proxy"],"created_at":"2026-01-11T23:05:48.539Z","updated_at":"2026-01-11T23:05:53.925Z","avatar_url":"https://github.com/go-kivik.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/go-kivik/proxy.svg?branch=master)](https://travis-ci.org/go-kivik/proxy) [![Codecov](https://img.shields.io/codecov/c/github/go-kivik/proxy.svg?style=flat)](https://codecov.io/gh/go-kivik/proxy) [![GoDoc](https://godoc.org/github.com/go-kivik/proxy?status.svg)](http://godoc.org/github.com/go-kivik/proxy)\n\n# Kivik Proxy\n\nThis package provides a CouchDB proxy accessible as a Go\n[`http.Handler`](https://golang.org/pkg/net/http/#Handler).\n\n## Example\n\n```go\npackage main\n\nimport (\n    \"log\"\n    \"net/http\"\n\n    \"github.com/go-kivik/proxy\"\n)\n\nfunc main() {\n    p, err := proxy.New(\"http://localhost:5984\")\n    if err != nil {\n        log.Fatal(err)\n    }\n    s := \u0026http.Server{\n        Handler: p,\n    }\n    log.Fatal(s.ListenAndServe(\":8080\")) // localhost:5984 now proxied to localhost:8080\n}\n```\n\n## What license is Kivik released under?\n\nThis software is released under the terms of the Apache 2.0 license. See\nLICENCE.md, or read the [full license](http://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-kivik%2Fproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-kivik%2Fproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-kivik%2Fproxy/lists"}