<@U47PX57AM> looking at the tests, optional parame...
# ktor
j
@chillenious looking at the tests, optional parameters are handled by either declaring password as
String?
or as
String = "defaultValue
https://github.com/jmfayard/ktor/blob/55bd6884ac57bb5a2416b33aafe461b6b7cb4a2f/ktor-features/ktor-locations/test/org/jetbrains/ktor/tests/locations/LocationsTest.kt#L141-L174