2

I swear to god dio and dart's http client is so fucking stupid. I can barely do something in 90 lines to get a web resource when I can do it in 10 with python's requests library. The support for storing cookies is nonexistent, and even with CookieJar/Dio I still need some stupid long hack like this:
https://stackoverflow.com/a/...

The worst thing is that this has happened twice now, the first time I resolved after a long fucking time trying to solve it, and now I have the same exact problem again, but I can't just simply copy my solution from last time to use in the latest problem.

Even curl is more useful than whatever the hell the http client for dart is

Comments
  • 0
    >dio

    (the original comment was the transparent face but devRant fucks up transparency, @dfox y u do dis)
Add Comment