feat: ensure that application/octet-stream is the default content_type
The implementation of HeaderParser returns text/plain
in case of issues as it's following mail based RFCs.
This patch makes the application/octet-stream the
default in all "wrong" cases.
03cacd5
2 days ago
by sgaist
+0.21%
chore: update documentation to reflect new default value
feebf82
1 day ago
by sgaist
-0.14%
fix(EnsureOctetStream): simplify implementation of get_content_type
The simplification makes sense with the way the
class is used.