reqsnaked icon indicating copy to clipboard operation
reqsnaked copied to clipboard

⚡ Blazing fast async/await HTTP client for Python written on Rust using reqwests

Results 3 reqsnaked issues
Sort by recently updated
recently updated
newest added

Fixed method names in .pyi, and added the ability to quickly decode bytes with automatic encoding detection

Rename `to_bytes` -> `as_bytes` as it was intended

Support of `reqwests::Proxy` and `reqwests::NoProxy` in client building

enhancement