Registry / web-framework / ktor-http

ktor-http

JSON →
library3.4.2javamavenunverified

Provides core HTTP client and server functionality for the Ktor framework in Kotlin.

<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http</artifactId> <version>3.4.2</version> </dependency>
INSTALL
IMPORT
SIG · KTOR-HTTP
K
ktor-http
web-frameworkjavav3.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpHeaders
io.ktor.http.HttpHeaders

Accesses the Content-Type header constant from Ktor HTTP.

import io.ktor.http.HttpHeaders; public class Quickstart { public static void main(String[] args) { System.out.println(HttpHeaders.ContentType); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
ktor-http — mvn dependency:get ktor-http · libregistry