Streaming-form-data

Latest version: v1.15.0

Safety actively analyzes 628918 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.6.0

- Major performance improvements; we're now able to parse ~1800MB per second,
from ~15MB per second in the previous version (thanks [kolomenkin])

0.5.1

- Fix parser bug which could lead to spurious CR or CRLF being added to the end
of transferred form field value (thanks [kolomenkin])

0.5.0

- Make `filename` (from the `Content-Disposition` header) available as
`self.multipart_filename` attribute in `Target` classes (thanks [kolomenkin])
- Add example usage for `bottle` framework (thanks [kolomenkin])
- Refactor tests to work with random bytes instead of increasing repository size
with test files (thanks [kolomenkin])
- Make `Content-Type` header lookups truly case-insensitive (mixed cases also
allowed) (thanks [kolomenkin])

0.4.5

- Make `Content-Type` header lookups case-insensitive

0.4.4

- Performance: mark `active`, `found`, and `inactive`
properties on `Finder` instances as `cpdef`-ed methods, decreasing
the Python-space operations for an increase in speed
- Performance: remove `_Failed` exception and replace it with error codes,
decreasing the Python-space operations for a speed increase
- Include `Cython`-generated annotation file to keep an eye on the
Python-interaction level

0.4.3

- Performance: `cdef` declare `long` variable responsible for
iterating over the buffer

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.