requests
requests copied to clipboard
Hi, it appears that this library ignores the cookies provided by the `Set-Cookie` header in a 301/302 redirect. **My best guess as to what's causing this:** when Dart's HTTP library...
Hi! When I am using Flutter built on chrome and try to send a post request to my Express server to sign in, the cookie is not stored and the...
``` Exception has occurred. SocketException (SocketException: OS Error: Connection timed out, errno = 110, address = carlhung.mynetgear.com, port = 45396) ``` I can catch the returned result. but after a...
Hi, It would be nice if, like Python's requests library, the Response class had a property `history` that would be a list of all the requests the client made to...
Is posible to create a multipart request with this library? Thanks!
I think we need feature like this [here](https://github.com/flutterchina/dio#interceptors). I am enjoying this lib but I would love to handle all 401 or 500 in one place but I seems is...