mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-16 04:11:29 +00:00
* fix: Support @contentType for multiline values Fixes the issue where the @contentType annotation broke the parsing of multiline values. * chore: add dotall flag to fileExtractContentType Not strictly needed since body:file uses single-line values in practice, but doesn't hurt and matches what multipartExtractContentType does. --------- Co-authored-by: Márk Dániel Seres <markdaniel.seres@tesco.com>