requests-file icon indicating copy to clipboard operation
requests-file copied to clipboard

Transport adapter for fetching file:// URLs with the requests python library

Results 3 requests-file issues
Sort by recently updated
recently updated
newest added

In jaraco/jaraco.develop#24, I'm working to flag upstream projects that don't have type annotations. This is a feature request to add annotations to this project to satisfy the type checkers.

Hello! This simple patch fixes exception message that requests [throws](https://github.com/psf/requests/blob/v2.32.3/src/requests/models.py#L1015). Message example before patch: `404 Client Error: None for url: None`. Message example after patch: `404 Client Error: [Errno 2]...