b2bua icon indicating copy to clipboard operation
b2bua copied to clipboard

Mulipart fixes

Open eckschi opened this issue 4 months ago • 0 comments

had the problem that there is multipart payloads out there, where you have multiple headers in a mixed/multipart body where also "Content-Type" is not the first entry (example in the unit test) Changed the code, so that it remembers all headers, and uses the one with the name content-type to create the MsgBody part.

Hope thats OK.

eckschi avatar Oct 14 '24 12:10 eckschi