We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5feea4c commit 84da54bCopy full SHA for 84da54b
1 file changed
README.md
@@ -20,6 +20,7 @@ srv := hlfhr.New(&http.Server{
20
21
// Port 80 redirects to port 443.
22
// This option only takes effect when listening on port 443.
23
+// [hlfhr.Server.HlfhrHandler] is also using on port 80.
24
srv.Listen80RedirectTo443 = true
25
26
// Then just use it like [http.Server]
0 commit comments