http icon indicating copy to clipboard operation
http copied to clipboard

A composable API for making HTTP requests in Dart.

Results 257 http issues
Sort by recently updated
recently updated
newest added

Hi, I try to upload some files to my server. I had problems with large files. So I wrote a test script that simulates files to find out the threshold....

Hello!! I researched the beautiful http package and encountered several questions. Maybe some users are interested with them. Could you help, please? ) We have: **IOClient** extends **BaseClient** implements **Client**....

I want to make some get request and convert it in JSON. It's working pretty well but I don't have the entire response. My content length is 1566, is this...

I copied-and-pasted some code that was using `StreamedRequest` for a `POST` and used it to make a `GET`. This led to intermittent 400s from Google Cloud Run and it took...

_Originally opened as dart-lang/sdk#19831_ _This issue was originally filed by theburnin...@gmail.com_ --- **What steps will clearly show the issue / need for enhancement?** 1. when making http requests you usually...

type-enhancement

Hi, I'm using the RetryClient() to refresh the access token if expired and then try the request again. However when retrying the request, the old access token is sent and...

Hi, how we can disable the certificate verify ? Because in local / dev we have a self signed certificate and it make an error (indicate in the title of...

Sorry for that but I am explicitly duplicating the issue (https://github.com/dart-lang/http/issues/422) since it is indeed very important from my perspective but still has not got any response from the package...

Hello, The Api calls I used for a page that I reached with a simple code like the following were working without any problems before. But right now it is...

version: 0.12.1 If I sent a post/put requests with a jsonBody and the server responds without reading the body, then it throws an unhandled exception ``` E/flutter ( 3983): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)]...