pathOrRaise
Get a path parameter from the incoming request ApplicationCall, or raise a HttpStatusCode.BadRequest in case the path parameter is missing.
inline fun <A> Raise<OutgoingContent>.pathOrRaise(name: String, transform: Raise<String>.(String) -> A): A