Is there any further plan for ktor to support http...
# ktor
u
Is there any further plan for ktor to support http3 or any other way to do it now ? Also how can I add cronet to ktor.
a
There are no such plans.
c
@Aleksei Tirman [JB] Any reason? It seems to become pretty ubiquitous and has some nice features!
a
No specific reasons. There are just more priority tasks to work on.
u
Can you help me with some docs, to create your own engine for KTOR. Will be writing to support cronet engine.
a
Feel free to ask the questions in the channel.
u
Can you share a doc to write a new engine for ktor or any sample. How it works and what all it expect. Any
a
Unfortunately, there is no official documentation on implementing the custom engine. However, you can use any existing engine from Ktor's codebase as an example.
thank you color 1
s
Hello, you might want to take a look at my Kiche project that provides KMP bindings (Android / iOS / JVM) to Cloudflare Quiche, plus Ktor implementations of client engine, server engine, webtransport module, and an adaptive engine that lets you use Kiche alongside with an HTTP/2 engine of your choice.
347 Views