{"id":19956939,"url":"https://github.com/zhooravell/fasthttp-realip","last_synced_at":"2026-06-05T13:32:10.728Z","repository":{"id":144505732,"uuid":"414611959","full_name":"zhooravell/fasthttp-realip","owner":"zhooravell","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-07T13:32:42.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T07:11:56.004Z","etag":null,"topics":["client-ip","fasthttp","go","golang","golang-library","realip"],"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/zhooravell.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-07T13:26:29.000Z","updated_at":"2021-10-08T08:36:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2324ad1-2ba4-4598-9594-a7aee00c90e5","html_url":"https://github.com/zhooravell/fasthttp-realip","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhooravell%2Ffasthttp-realip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhooravell%2Ffasthttp-realip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhooravell%2Ffasthttp-realip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhooravell%2Ffasthttp-realip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhooravell","download_url":"https://codeload.github.com/zhooravell/fasthttp-realip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241389131,"owners_count":19955106,"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":["client-ip","fasthttp","go","golang","golang-library","realip"],"created_at":"2024-11-13T01:36:00.950Z","updated_at":"2026-06-05T13:32:10.690Z","avatar_url":"https://github.com/zhooravell.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"FastHTTP RealIP\n===============\n\u003e Go package that can be used to get client's real public IP from Fast HTTP request.\n\n[![License][license-image]][license-link]\n[![Build][build-image]][build-link]\n\n# Example\n```go\npackage main\n\nimport (\n    \"log\"\n    \"github.com/valyala/fasthttp\"\n    \"github.com/zhooravell/fasthttp-realip\"\n)\n\nfunc main() {\n\tif err := fasthttp.ListenAndServe(\":8080\", requestHandler); err != nil {\n\t\tlog.Fatalf(\"Error in ListenAndServe: %s\", err)\n\t}\n}\n\nfunc requestHandler(ctx *fasthttp.RequestCtx) {\n    log.Println(\"Client IP: \" + realip.FromRequest(ctx))\n}\n```\n\n[license-link]: https://github.com/zhooravell/fasthttp-realip/blob/master/LICENSE\n[license-image]: https://img.shields.io/dub/l/vibe-d.svg\n[build-image]: https://github.com/zhooravell/fasthttp-realip/actions/workflows/go.yml/badge.svg\n[build-link]: https://github.com/zhooravell/fasthttp-realip/actions","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhooravell%2Ffasthttp-realip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhooravell%2Ffasthttp-realip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhooravell%2Ffasthttp-realip/lists"}