Installing plugin

Report a typo

You want to install the HttpsRedirect plugin. How can you do it?

Reorder lines using drag or arrows. Adjust indentation with left buttons
                }.start(wait = true)
              
                embeddedServer(Netty, port = 8080, host = "0.0.0.0") {
              
                configureRouting()
              
                install(HttpsRedirect)
              
                fun main() {
              
                package com.example
              
                }
              
___

Create a free account to access the full topic