requests icon indicating copy to clipboard operation
requests copied to clipboard

Results 16 requests issues
Sort by recently updated
recently updated
newest added

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...

bug
good first issue

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...

question

``` 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...

bug
help wanted

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...

enhancement
help wanted
good first issue

Is posible to create a multipart request with this library? Thanks!

enhancement
help wanted
good first issue
urgent 🚨

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...

enhancement
help wanted