Skip to main content

include/mesv@parse_ExpectedHeadersMismatch.hrl

-record(expected_headers_mismatch, {
    expected :: list(binary()),
    found :: list(binary())
}).