Skip to content

shivamkadukar/request_content_type_finder

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages