Hi all, How can I get the value of a header from an exchange using the Scala DSL. Maybe I'm going mad but
in.header("header-name")
gives me a variable of type HeaderExpression or HeaderLanguage (can't
remember which) and I can't seem to get the "value" from that ?
