Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dart の HttpClient (dart:io パッケージ、dart:http ではありません) を使用しており、HTTPS リクエストを送信したいと考えています。それを行う方法はありますか?それを可能にする方法が見つからないようです。
new HttpClient().getUrl(Uri.parse('https://www.somedomain.com'));