/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/felixge/httpsnoop/docs.go
10 строк
392 B
Maciej Szulik
bump(k8s.io/*): v0.22.0-rc.0
16 авг 2021, 11:14
Не верифицирован
16 авг 2021, 11:14
59599fa
Код
Авторство
О чём код?
// 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. package httpsnoop //go:generate go run codegen/main.go