Package io.ktor.server.util
Types
Functions
Link copied to clipboard
Creates an url using current call's schema, path and parameters as initial
Link copied to clipboard
Get parameters value associated with this name or fail with MissingRequestParameterException
Get parameters value associated with this name converting to type R using DefaultConversionService or fail with MissingRequestParameterException
Link copied to clipboard
Process path components such as .
and ..
, replacing redundant path components including all leading. It also discards all reserved characters and component names that are reserved (such as CON
, NUL
).
Link copied to clipboard
Creates LocalDateTime from this Date
Link copied to clipboard
Creates ZonedDateTime from this Date
Link copied to clipboard
Construct a URL
inline fun ApplicationCall.url(block: <ERROR CLASS>.() -> Unit = {}): String
Content copied to clipboard
Creates an url using current call's schema, path and parameters as initial and then invokes block function on the url builder so amend parameters