implementation("io.ktor:ktor-server-http-redirect:3.4.0")
Redirects all HTTP requests to their HTTPS counterparts, ensuring secure communication. Configurable to specify the HTTPS port and choose between permanent (301) or temporary (302) redirects.