問題タブ [ktor]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
kotlin - 空の応答を送信する Ktor Netty サーバー
ktor 0.9.5 を使用しています。簡単な例を試しています。しかし、サーバーに接続しようとすると、ERR_EMPTY_RESPONSE が発生します。これは私のコードです。
いくつかの調査を行ったところ、プロジェクトを Maven に変更すると問題が解決することがわかりましたが、私の組織の規則により、それはできません。他の解決策...事前に感謝します。
println("sometext")
以前に追加しましたが、call.respondText("Hello World!!")
実行されません。