{"id":23408507,"url":"https://github.com/deadlysurgeon/rotaryphone","last_synced_at":"2025-04-09T01:32:48.765Z","repository":{"id":269118155,"uuid":"906480273","full_name":"DeadlySurgeon/rotaryphone","owner":"DeadlySurgeon","description":"Golang Listener and Client binder using net.Pipe","archived":false,"fork":false,"pushed_at":"2024-12-21T03:14:37.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T19:51:51.799Z","etag":null,"topics":["golang","golang-library","http","networking","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeadlySurgeon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-21T02:56:23.000Z","updated_at":"2024-12-21T03:13:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"bdb7c317-251c-4132-ac9b-4d77968051fd","html_url":"https://github.com/DeadlySurgeon/rotaryphone","commit_stats":null,"previous_names":["deadlysurgeon/rotaryphone"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeadlySurgeon%2Frotaryphone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeadlySurgeon%2Frotaryphone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeadlySurgeon%2Frotaryphone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeadlySurgeon%2Frotaryphone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeadlySurgeon","download_url":"https://codeload.github.com/DeadlySurgeon/rotaryphone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247957319,"owners_count":21024691,"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","golang-library","http","networking","unit-testing"],"created_at":"2024-12-22T15:15:12.426Z","updated_at":"2025-04-09T01:32:48.760Z","avatar_url":"https://github.com/DeadlySurgeon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rotary Phone\n\nA Listener and Client binder using [net.Pipe](https://pkg.go.dev/net#Pipe).\n\n## Usage:\n\n```go\n// Setup Rotary Phone Binder\nconn := rotaryphone.New()\ndefer conn.Close()\n\n// Setup Server bound to the Rotary Phone\nwg := \u0026sync.WaitGroup{}\nwg.Add(1)\nserver := \u0026http.Server{Handler: setupMux()}\ngo func() {\n    defer wg.Done()\n    _ = server.Serve(conn)\n}()\ndefer wg.Wait()\ndefer server.Close()\n\n// Create a new HTTP client\nclient := conn.Client()\n\n// Form and execute request\nreq := formRequest()\nclient.Do(req)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadlysurgeon%2Frotaryphone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeadlysurgeon%2Frotaryphone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadlysurgeon%2Frotaryphone/lists"}