kirok-ktor
1.1.3indexedOfficial HTTP retriever and server providing retrieval, intent management, and server functionalities with a focus on seamless data fetching and initialization.
0
Stars
—
Used by
dependents
—
Health
/ 100
Official HTTP retriever and server providing retrieval, intent management, and server functionalities with a focus on seamless data fetching and initialization.
![]()
✅ kirok 공식 HTTP(Ktor) 리트리버 & 서버
kotlin {
sourceSets {
val wasmJsMain by getting {
dependencies {
implementation("io.github.devngho:kirok-ktor:[version]")
}
}
}
}
@Model
@RetrieveWith(KtorRetriever::class)
data class Model(
val name: String,
val age: Int
) {
{
{}
: RetrieverInfo {
RetrieverInfo(
path = ,
headers = emptyMap()
)
}
}
}
Surfaced from shared tags and platforms — no rankings paid for.