Package-level declarations
Types
Link copied to clipboard
An HttpServletRequest adapter that wraps a Ktor ApplicationRequest, exposing HTTP method, URI, query parameters, headers, and connection metadata through the standard servlet API.
Link copied to clipboard
A lightweight, in-memory HttpServletResponse implementation that captures response headers, status code, and body content written through either getWriter or getOutputStream.