Brian Quinlan
Brian Quinlan
@Neustradamus It wasn't clear from the BoringSSL bug (https://github.com/openssl/openssl/issues/18893) that you filed whether the necessary BoringSSL features are in place - are they?
[`cupertino_http`](https://pub.dev/packages/cupertino_http) is a new **experimental** Flutter plugin that provides access to Apple's [Foundation URL Loading System](https://developer.apple.com/documentation/foundation/url_loading_system?language=objc) - which has HTTP/3 support [`cupertino_http`](https://pub.dev/packages/cupertino_http) has the same interface as [`package:http Client`](https://pub.dev/documentation/http/latest/http/Client-class.html) so...
Hey, would those of you who want HTTP/3 support briefly explain what HTTP/3 features are important to you e.g. QUIC (to provide better multiplexing), better header compression, etc.? Thanks!
[`cupertino_http`](https://pub.dev/packages/cupertino_http) is a new **experimental** Flutter plugin that provides access to Apple's [Foundation URL Loading System](https://developer.apple.com/documentation/foundation/url_loading_system?language=objc) - which supports HTTP/3, honors iOS VPN/Proxy settings, etc. [`cupertino_http`](https://pub.dev/packages/cupertino_http) has the same interface...
[`cupertino_http`](https://pub.dev/packages/cupertino_http) is a new **experimental** Flutter plugin that provides access to Apple's [Foundation URL Loading System](https://developer.apple.com/documentation/foundation/url_loading_system?language=objc) - which honors iOS VPN settings. [`cupertino_http`](https://pub.dev/packages/cupertino_http) has the same interface as [`package:http Client`](https://pub.dev/documentation/http/latest/http/Client-class.html)...
The issue here is that adding options to `list` and `listSync` will break a lot of existing code e.g. `package:file`. Would it make sense to document that hidden files will...
Hey @feinstein , I made an attempt to generate benchmarks but they were unconvincing. I would say that the native libraries have no clear advantages for sequential requests over reliable...
Hey @lavinov-mercury , thanks for the bug report. I refiled it as https://github.com/dart-lang/http/issues/785. Would it be possible for you to add a snippet where you are actually making a call...
@lavinov-mercury This should be fixed in 0.0.6 - could you give it a try? > Hi! Unfortunately, we are facing crash using `cupertino_http`. I couldn't find specific steps to reproduce...
> Can you expand a bit on the motivation? Is this specifically to write tests in `package:http` and be able to run run the same `_test.dart` on multiple platforms? No,...