https://github.com/ggicci/httpin
data-binding go go-api go-http go-http-middleware go-http-requests go-rest-api http-request-params-reader
Score: 11.15693600032259
Last synced: about 18 hours ago
JSON representation
Repository metadata:
🍡 HTTP Input for Go - HTTP Request from/to Go Struct (Bi-directional Data Binding between Go Struct and http.Request)
- Host: GitHub
- URL: https://github.com/ggicci/httpin
- Owner: ggicci
- License: mit
- Created: 2021-04-13T02:15:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-28T17:48:28.000Z (23 days ago)
- Last Synced: 2026-06-13T23:06:05.483Z (7 days ago)
- Topics: data-binding, go, go-api, go-http, go-http-middleware, go-http-requests, go-rest-api, http-request-params-reader
- Language: Go
- Homepage: https://ggicci.github.io/httpin/
- Size: 1.57 MB
- Stars: 385
- Watchers: 3
- Forks: 28
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
-
Funding:
- Github: ggicci
Owner metadata:
- Name: Ggicci
- Login: ggicci
- Email: ggicci.t@gmail.com
- Kind: user
- Description: look inside and keep kind ❤️
- Website:
- Location: Vancouver
- Twitter:
- Company: @aws
- Icon url: https://avatars.githubusercontent.com/u/3077555?u=c2dc4d1e7ba3c907b720007840e1e7e011f2225e&v=4
- Repositories: 69
- Last Synced at: 2026-05-05T20:39:21.836Z
- Profile URL: https://github.com/ggicci
GitHub Events
Total
- Create event: 15
- Delete event: 6
- Fork event: 6
- Issue comment event: 26
- Issues event: 2
- Pull request event: 30
- Pull request review comment event: 6
- Pull request review event: 5
- Push event: 8
- Release event: 3
- Watch event: 50
- Total: 157
Last Year
- Create event: 9
- Delete event: 4
- Fork event: 2
- Issue comment event: 4
- Issues event: 1
- Pull request event: 20
- Push event: 5
- Release event: 2
- Watch event: 12
- Total: 59
Committers metadata
Last synced: 3 days ago
Total Commits: 219
Total Committers: 8
Avg Commits per committer: 27.375
Development Distribution Score (DDS): 0.164
Commits in past year: 5
Committers in past year: 3
Avg Commits per committer in past year: 1.667
Development Distribution Score (DDS) in past year: 0.6
| Name | Commits | |
|---|---|---|
| Ggicci | g****t@g****m | 183 |
| dependabot[bot] | 4****] | 13 |
| Alec Sammon | a****n@p****m | 13 |
| Christoph Hartmann | c****n@a****m | 5 |
| David Alpert | d****d@s****m | 2 |
| Soren Mathiasen | s****m@m****k | 1 |
| Artem Prosvetov | i****@d****m | 1 |
| UT002324 | g****g@u****m | 1 |
Issue and Pull Request metadata
Last synced: 23 days ago
Total issues: 37
Total pull requests: 60
Average time to close issues: 3 months
Average time to close pull requests: 19 days
Total issue authors: 20
Total pull request authors: 8
Average comments per issue: 2.19
Average comments per pull request: 1.1
Merged pull request: 43
Bot issues: 1
Bot pull requests: 24
Past year issues: 2
Past year pull requests: 12
Past year average time to close issues: N/A
Past year average time to close pull requests: about 1 month
Past year issue authors: 2
Past year pull request authors: 3
Past year average comments per issue: 0.5
Past year average comments per pull request: 0.92
Past year merged pull request: 4
Past year bot issues: 0
Past year bot pull requests: 9
Top Issue Authors
- ggicci (12)
- shawalli (3)
- davidalpert (2)
- AlessandroSechi (2)
- vamshiaruru (2)
- excavador (2)
- thielpeter (1)
- vamshiaruru32 (1)
- bokunodev (1)
- alecsammon (1)
- oscarcalderonc (1)
- snicol (1)
- dependabot[bot] (1)
- Crandel (1)
- rlimberger (1)
Top Pull Request Authors
- ggicci (25)
- dependabot[bot] (24)
- alecsammon (5)
- davidalpert (2)
- Dragomeat (1)
- sorenmat (1)
- mariogao (1)
- chriss-de (1)
Top Issue Labels
- enhancement (8)
- new feature (6)
- documentation (5)
- help wanted (4)
- question (2)
- bug (1)
- dependencies (1)
- go (1)
Top Pull Request Labels
- dependencies (24)
- go (16)
- github_actions (8)
- new feature (2)
- enhancement (1)
- hacktoberfest-accepted (1)
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 19
- Total dependent repositories: 3
- Total versions: 40
proxy.golang.org: github.com/ggicci/httpin
Package httpin helps decoding an HTTP request to a custom struct by binding data with querystring (query params), HTTP headers, form data, JSON/XML payloads, URL path params, and file uploads (multipart/form-data).
- Homepage: https://github.com/ggicci/httpin
- Documentation: https://pkg.go.dev/github.com/ggicci/httpin#section-documentation
- Licenses: MIT
- Latest release: v0.20.4 (published 23 days ago)
- Last Synced: 2026-06-18T01:01:28.728Z (3 days ago)
- Versions: 40
- Dependent Packages: 19
- Dependent Repositories: 3
-
Rankings:
- Dependent packages count: 1.766%
- Dependent repos count: 2.927%
- Average: 3.592%
- Stargazers count: 4.06%
- Forks count: 5.616%
Dependencies
- github.com/go-chi/chi/v5 v5.0.7
- github.com/gorilla/mux v1.8.0
- github.com/justinas/alice v1.2.0
- github.com/smartystreets/goconvey v1.7.2
- github.com/go-chi/chi/v5 v5.0.7
- github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
- github.com/gorilla/mux v1.8.0
- github.com/jtolds/gls v4.20.0+incompatible
- github.com/justinas/alice v1.2.0
- github.com/smartystreets/assertions v1.2.0
- github.com/smartystreets/goconvey v1.7.2
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/net v0.0.0-20190311183353-d8887717615a
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/text v0.3.0
- golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
- actions/checkout v3 composite
- actions/setup-go v3 composite
- codecov/codecov-action v3 composite