{"id":63549,"library":"go-chi-httplog","title":"httplog","description":"httplog is a logging middleware for the Chi router.","status":"active","version":"0.3.2","language":"go","source_language":null,"source_url":"https://github.com/go-chi/httplog","tags":["logging","middleware","chi"],"install":[{"cmd":"go get github.com/go-chi/httplog","lang":"bash","label":"Install github.com/go-chi/httplog"}],"dependencies":[],"imports":[{"symbol":"httplog","correct":"github.com/go-chi/httplog"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/go-chi/chi/v5\"\n\t\"github.com/go-chi/httplog\"\n)\n\nfunc main() {\n\tlogger := httplog.NewLogger(\"myapp\", httplog.Options{})\n\tr := chi.NewRouter()\n\tr.Use(httplog.RequestLogger(logger))\n\tr.Get(\"/\", func(w http.ResponseWriter, r *http.Request) {\n\t\tw.Write([]byte(\"Hello\"))\n\t})\n\thttp.ListenAndServe(\":3000\", r)\n}","lang":"go","description":"Sets up request logging for a Chi router."},"warnings":[],"env_vars":null,"search_vec":"'chi':9,13 'httplog':1,2 'log':5,11 'middlewar':6,12 'router':10","created_at":"2026-06-17T16:45:11.372189+00:00","updated_at":"2026-06-17T16:45:11.372189+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-chi/httplog","github":"https://github.com/go-chi/httplog","docs":"https://pkg.go.dev/github.com/go-chi/httplog#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["logging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}