dart-sdk/pkg/vm_service/pubspec.yaml
Ben Konyi 6a66061703 [ Service ] Add getWebSocketTarget RPC to allow for Observatory to
connect to DDS without relying on a redirect.

Some WebSocket implementations (particularly dart:html's) don't follow
redirects and don't provide the user with the message returned by the
server.

This CL adds 'getWebSocketTarget' as an RPC which returns the
URI that should be used by the client to connect directly to the proper
web socket target. In addition, the "implicit-redirect" forwarding has
been removed.

Change-Id: Iaf88c965f6fedfa6f63c28a08860a3c80388797c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156485
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2020-08-03 22:06:41 +00:00

23 lines
416 B
YAML

name: vm_service
description: >-
A library to communicate with a service implementing the Dart VM
service protocol.
version: 4.2.0
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_service
environment:
sdk: '>=2.6.0 <3.0.0'
dependencies:
meta: ^1.0.2
dev_dependencies:
async: ^2.0.0
markdown: ^2.0.0
mockito: ^4.0.0
path: ^1.0.0
pedantic: ^1.7.0
pub_semver: ^1.0.0
test: ^1.0.0