{"id":53383,"library":"facebookgo-httpdown","title":"HTTP Down","description":"Package httpdown provides http.ConnState enabled graceful termination of http.Server.","status":"active","version":"0.0.0-20180706035922-5979d39b15c2","language":"go","source_language":null,"source_url":"https://github.com/facebookgo/httpdown","tags":["http","server","graceful","shutdown","facebook"],"install":[{"cmd":"go get github.com/facebookgo/httpdown","lang":"bash","label":"Install github.com/facebookgo/httpdown"}],"dependencies":[],"imports":[{"symbol":"httpdown","correct":"github.com/facebookgo/httpdown"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/facebookgo/httpdown\"\n)\n\nfunc main() {\n\thttp.HandleFunc(\"/\", func(w http.ResponseWriter, r *http.Request) {\n\t\tw.Write([]byte(\"Hello\"))\n\t})\n\thd := &httpdown.HTTP{}\n\thd.ListenAndServe(&http.Server{Addr: \":8080\"})\n}","lang":"go","description":"Gracefully start and stop an HTTP server with connection state tracking."},"warnings":[],"env_vars":null,"search_vec":"'enabl':7 'facebook':16 'grace':8,14 'http':1,12 'http.connstate':6 'http.server':11 'httpdown':4 'packag':3 'provid':5 'server':13 'shutdown':15 'termin':9","created_at":"2026-06-15T07:37:42.427671+00:00","updated_at":"2026-06-15T07:37:42.427671+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/facebookgo/httpdown","github":"https://github.com/facebookgo/httpdown","docs":"https://pkg.go.dev/github.com/facebookgo/httpdown#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}