QueryParameterParser

クエリパラメータをパースするクラス クエリストリングから全パラメータをMapとして取得する

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun parse(call: ApplicationCall, paramInfo: ParameterInfo): Either<ResolveError, Map<String, String>>

Ktorのコンテキストからパラメータ値をパースする