https://github.com/felixge/httpsnoop
Last synced: about 1 month ago
Repository metadata:
Package httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers.
- Host: GitHub
- URL: https://github.com/felixge/httpsnoop
- Owner: felixge
- License: mit
- Created: 2016-11-09T15:04:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T13:17:00.000Z (2 months ago)
- Last Synced: 2024-10-29T17:55:29.921Z (about 2 months ago)
- Language: Go
- Homepage: https://godoc.org/github.com/felixge/httpsnoop
- Size: 63.5 KB
- Stars: 1,035
- Watchers: 8
- Forks: 41
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Owner metadata:
- Name: Felix Geisendörfer
- Login: felixge
- Email:
- Kind: user
- Description:
- Website: http://felixge.de/
- Location: Berlin, Germany
- Twitter: felixge
- Company: Datadog
- Icon url: https://avatars.githubusercontent.com/u/15000?u=f9b953343c6ce2e8c88ce31e8fcc45940d098890&v=4
- Repositories: 273
- Last Synced at: 2023-04-09T04:00:28.368Z
- Profile URL: https://github.com/felixge
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 54
Total Committers: 7
Avg Commits per committer: 7.714
Development Distribution Score (DDS): 0.167
Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Felix Geisendörfer | f****x@d****m | 45 |
Mitar | m****t@t****m | 3 |
Leo Antunes | l****o@c****t | 2 |
Emrecan BATI | e****i@g****m | 1 |
Oleksandr Redko | o****b@g****m | 1 |
Paul Annesley | p****l@a****c | 1 |
Rollulus Rouloul | r****s | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total docker downloads: 37,481,115,163
- Total dependent packages: 13,993
- Total dependent repositories: 24,166
- Total versions: 5
go: github.com/felixge/httpsnoop
Package httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers. Doing this requires non-trivial wrapping of the http.ResponseWriter interface, which is also exposed for users interested in a more low-level API.
- Homepage: https://github.com/felixge/httpsnoop
- Documentation: https://pkg.go.dev/github.com/felixge/httpsnoop#section-documentation
- Licenses: MIT
- Latest release: v1.0.4 (published almost 2 years ago)
- Last Synced: 2024-11-11T01:14:55.364Z (about 1 month ago)
- Versions: 5
- Dependent Packages: 13,993
- Dependent Repositories: 24,166
- Docker Downloads: 37,481,115,163
-
Rankings:
- Docker downloads count: 0.011%
- Dependent packages count: 0.027%
- Dependent repos count: 0.04%
- Average: 1.186%
- Stargazers count: 2.088%
- Forks count: 3.764%
Dependencies
- actions/checkout v3 composite
- actions/setup-go v3 composite