Description
Lets Python Requests read local files through file-style URLs using the same adapter system used for HTTP transports. It is useful when code expects a Requests session but needs to load test fixtures or local resources from disk.
Developers add it to applications or tests; it does not create a launcher. Be careful with paths supplied by users, because file access can expose local data if an application accepts untrusted URLs.