Nic Hite
|
a774583de0
|
Beef up exception handling in gRPC code. (#360)
* Beef up exception handling in gRPC code.
* Verify default stacktrace isn't used in exceptions
|
2020-09-29 01:01:18 -07:00 |
Nic Hite
|
bb4eab0f1f
|
Add browser features to Dart gRPC-web for parity with JS implementation. (#347)
* Add bypassCorsPreflight capability to gRPC-web Dart.
* fix tests and run dartfmt.
* remove print statement
* dartfmt
* Update pubspec.
* Fix changelog.
* Fix tests
* final dartfmt
* Respond to requested changes.
* revert extra newline in changelog
Co-authored-by: Michael Thomsen <mit@google.com>
|
2020-09-24 21:52:35 -07:00 |
Vyacheslav Egorov
|
3414356950
|
Revert "Support grpc-web in pure dart (#287)" (#351)
This reverts commit c513e1467f.
The original commit has broken streaming due to limitations of package:http.
|
2020-09-17 10:59:15 -07:00 |
Robson Araujo
|
c513e1467f
|
Support grpc-web in pure dart (#287)
By using package:http for making connections.
|
2020-05-12 09:01:36 +02:00 |
Sigurd Meldgaard
|
6061512afa
|
Grpc-web Handle empty trailers (#247)
* Grpc-web Handle empty trailers
|
2019-11-07 10:52:13 +01:00 |
Sigurd Meldgaard
|
91564ff7aa
|
grpc-web support (#191)
* grpc-web support
This commits merges the grpc-web branch into master.
It is based on work by https://github.com/fuzzybinary .
|
2019-06-17 13:31:07 +02:00 |
Sigurd Meldgaard
|
d7ae930e7f
|
Revert "Support grpc-web" (#159)
This reverts commit d58659507c.
Development of grpc-web will continue on the branch
https://github.com/grpc/grpc-dart/tree/grpc-web until it is ready.
|
2019-03-18 13:46:50 +01:00 |
Jeff Ward
|
d58659507c
|
Support grpc-web
|
2019-03-15 12:51:06 +01:00 |