Exit MCD-LEVEL1-DELTA MuleSoft Certified Developer - Level 1 (Mule 4) DELTA
Question 1 of 5
0% complete
Q1 Single choice

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: " + headers.'content-type']

  • D

    #["Content-Type: " + attributes.headers.'content-type']

Previous Next