How do I make `all(http.request.headers["content-type"][*] == "application/json")` fail if `content-

How do I make all(http.request.headers["content-type"][*] == "application/json") fail if content-type isn't present?
Was this page helpful?