You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ and the browser.
14
14
|[http_client_conformance_tests](pkgs/http_client_conformance_tests/)| A library that tests whether implementations of package:http's `Client` class behave as expected. ||
15
15
|[cronet_http](pkgs/cronet_http/)| An Android Flutter plugin that provides access to the [Cronet](https://developer.android.com/guide/topics/connectivity/cronet/reference/org/chromium/net/package-summary) HTTP client. |[](https://pub.dev/packages/cronet_http)|
16
16
|[cupertino_http](pkgs/cupertino_http/)| A macOS/iOS Flutter plugin that provides access to the [Foundation URL Loading System](https://developer.apple.com/documentation/foundation/url_loading_system). |[](https://pub.dev/packages/cupertino_http)|
17
+
|[http_profile](pkgs/http_profile/)| A library used by HTTP client authors to integrate with the DevTools Network View. |[](https://pub.dev/packages/http_profile)|
18
+
|[web_socket_conformance_tests](pkgs/web_socket_conformance_tests/)| A library that tests whether implementations of `package:web_socket`'s `WebSocket` class behave as expected. ||
19
+
|[web_socket](pkgs/web_socket/)| Any easy-to-use library for communicating with WebSockets that has multiple implementations. |[](https://pub.dev/packages/web_socket)|
17
20
|[flutter_http_example](pkgs/flutter_http_example/)| An Flutter app that demonstrates how to configure and use `package:http`. | — |
0 commit comments