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.


Owner metadata:


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 Email 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

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

.github/workflows/main.yaml actions
  • actions/checkout v3 composite
  • actions/setup-go v3 composite