commit | 2f723b0f185d60cd48efb7176270238a91e6b5a9 | [log] [tgz] |
---|---|---|
author | Nate Bosch <[email protected]> | Thu Jun 02 10:52:51 2022 -0700 |
committer | GitHub <[email protected]> | Thu Jun 02 10:52:51 2022 -0700 |
tree | a1494b0c7933c173f2657d5d228fd829ae2e64a6 | |
parent | 346f25d1643a9006e9378a045cf0f69a0e975158 [diff] |
Use the Uri.http constructor in docs and tests (#707) Use `Uri.parse` when the string is completely opaque to the calling code. When the calling code is hardcoding the protocol, use the protocol specific constructor.
A composable, Future-based library for making HTTP requests.
package:http
contains a set of high-level functions and classes that make it easy to consume HTTP resources. It's multi-platform, and supports mobile, desktop, and the browser.
Package | Description | Version |
---|---|---|
http | A composable, multi-platform, Future-based API for HTTP requests. | |
http_client_conformance_tests | A library that tests whether implementations of package:http's Client class behave as expected. |