Package io.ktor.util
Types
Data conversion service that does serialization and deserialization to/from list of strings
This is an internal implementation for copy-on-write concurrent map. It is very limited since it is not intended as general purpose implementation.
Thrown when failed to convert value
The default conversion service that supports only basic types and enums
Specialized dispatcher useful for graceful shutdown
Functions
Creates an url using current call's schema, path and parameters as initial
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
Operator function that allows to delegate variables by call parameters. It does conversion to type R using DefaultConversionService
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
).
Creates LocalDateTime from this Date
Creates ZonedDateTime from this Date
Construct a URL
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