List of questions
Related questions
Question 117 - MCD - Level 1 discussion
A flow contains an HTTP Listener as the event source. What is the DataWeave expression to log the Content-Type header using a Logger component?
A.
#['Content-Type: ' ++ attributes.headers.'content-type']
B.
#['Content-Type: ' + headers.'content-type']
C.
#['Content-Type: ' + attributes.headers.'content-type']
D.
#['Content-Type: ' ++ headers.'content-type']
Your answer:
0 comments
Sorted by
Leave a comment first