0 purchases
requestcontenttypefinder 0.1.0
request_content_type_finder
Finds type of requests content in the following cases -
content disposition and content type present in response headers
when none of the above is present, content type is found using file signatures(magic bytes)
Installation
pip install request-content-type-finder
Usage
from request_content_type_finder import find
find(requests_response)
Contributors
Name
Contact
Shivam Kadukar
[email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.