How to generate openapi in ktor?
Im writing some rstAPI with Ktor and want it to be autodocumentated
I dont need swagger html generation and stuff, just raw openapi.yml
HTTP Headers not being sent with Kotlin/Ktor client request
Installing HttpClient with Koin as such:
Ktor error: Neither port nor sslPort specified
So, I’ve read numerous answers on how to resolve this error, but it doesn’t seem to apply to my situation.
Ktor Web Framework – Caching and Pooling – Error:storage.driverClassName not found
I’m trying to do the connection pooling and caching tutorial under Ktor doc:
connection pooling and caching tutorial