Job Guldemeester

Results 13 comments of Job Guldemeester

Not sure what the issue is here. Looks like the `replace` function doesn't apply the correct `BodyType`. Currently there is no `replace` only `copyWith` which works with this as far...

When looking at the example it looks like its actually using the `HttpClient` from `dart.io` instead of `http` dart package which chopper is using. Reading into some more documentation the...

Haven't had the time to further investigate this. There is also this https://github.com/dart-lang/http/pull/728 PR which has a bit more attention and also adds a upload progress to the http client....