{"id":37114875,"url":"https://github.com/xsxo/regnhttp","last_synced_at":"2026-02-17T01:04:46.246Z","repository":{"id":263737353,"uuid":"889386110","full_name":"xsxo/regnhttp","owner":"xsxo","description":"High Performance GoLang Client","archived":false,"fork":false,"pushed_at":"2025-11-05T02:49:36.000Z","size":213,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-05T04:20:37.080Z","etag":null,"topics":["client","golang","http","http-client","http2","http3"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/xsxo/regnhttp","language":"Go","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/xsxo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-16T08:37:46.000Z","updated_at":"2025-11-05T02:49:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f3a68db-f89d-4e3b-be6b-3271a05b7fbf","html_url":"https://github.com/xsxo/regnhttp","commit_stats":null,"previous_names":["xsxo/regnhttp"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/xsxo/regnhttp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsxo%2Fregnhttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsxo%2Fregnhttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsxo%2Fregnhttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsxo%2Fregnhttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xsxo","download_url":"https://codeload.github.com/xsxo/regnhttp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsxo%2Fregnhttp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["client","golang","http","http-client","http2","http3"],"created_at":"2026-01-14T13:30:05.466Z","updated_at":"2026-01-24T12:19:56.162Z","avatar_url":"https://github.com/xsxo.png","language":"Go","readme":"## `REGNHTTP`\n[![Go Reference](https://pkg.go.dev/badge/github.com/xsxo/regnhttp)](https://pkg.go.dev/github.com/xsxo/regnhttp)\n[![CI](https://github.com/xsxo/regnhttp/actions/workflows/go.yml/badge.svg)](https://github.com/xsxo/regnhttp/actions/workflows/go.yml)\n\u003c/br\u003e\n**regnhttp is high performance http client (low level) [example](https://github.com/xsxo/regnhttp/tree/main/examples/default-example)**\u003c/br\u003e\n\n## install package\n```\ngo get -u github.com/xsxo/regnhttp\n```\n\n## update\n```\ngo get -u github.com/xsxo/regnhttp@latest\n```\n\n## Features\n- `Connect` Function (create connection with server before send requests)\n- Reuse Request \u0026 Response object instead of creating a new one\n- Reuse the same buffer to Reducing pressure on The Garbage Collector by `sync.Pool`\n- No Thread Race | No Data Lose (all objects operate independently)\n- Full control of client buffer `cleint.WriteBufferSize` and `client.ReadBufferSize`\n- Full control of connection `client.Connection` \u0026 `client.TLSConfig` \u0026 `client.NagleOff`\n- Full control of objects buffer `Request(bufferSize)` and `Request(Response)`\n- Get the request \u0026 response as a raw `Request.Raw` \u0026 `Response.Raw`\n\n## May not for you\n- need to know the response \u0026 response buffer size\n- no support pool connections (to avoid keep save open dead connections) \n- no support streaming requests\n- no support compresser responses\n\n! the regnhttp package is for normal requests \u0026 responses, not for full HTTP protocol support.\nFor other use cases, net/http may be a better choice, as it fully supports the HTTP protocol","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsxo%2Fregnhttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxsxo%2Fregnhttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsxo%2Fregnhttp/lists"}