Streaming multipart/form-data parser v0.5.0 Release Notes

    • ๐Ÿ‘‰ Make :code:filename (from the :code:Content-Disposition header) available as the :code:self.multipart_filename attribute in :code:Target classes (thanks @kolomenkin_)
    • โž• Add example usage for :code:bottle framework (thanks @kolomenkin_)
    • ๐Ÿ”จ Refactor tests to work with random bytes instead of increasing repository size with test files (thanks @kolomenkin_)
    • ๐Ÿ‘‰ Make :code:Content-Type header lookups truly case-insensitive (mixed cases also allowed) (thanks @kolomenkin_)