gRPC-haskell/tests
Joel Stanley 9408745254 Streaming interface tweaks (i.e., StreamSend/Recv ops in IO) (#58)
* Add clientRW', StreamRecv', StreamSend' placeholders for IO-based stream ops (instead of Streaming); concurrent hellos Haskell client; hellos client cleanup

* Fix typo

* Rename clientRW' => clientRW; fix unreg bidi testcase

* Replace serverRW operation with one that uses the IO-based stream ops instead of the Pipes.Proxy.Client ops; modify examples accordingly

* Misc formatting, minor restructuring wibbles

* Replace remaining stream send/recv operations with IO-based ops instead of
Pipes.Proxy.Client; DCR; minor style consistency tweaks.
2016-08-09 11:30:47 -05:00
..
LowLevelTests Update to gRPC 0.15 (#61) 2016-08-05 09:29:20 -07:00
GeneratedTests.hs Update to gRPC 0.15 (#61) 2016-08-05 09:29:20 -07:00
LowLevelTests.hs Streaming interface tweaks (i.e., StreamSend/Recv ops in IO) (#58) 2016-08-09 11:30:47 -05:00
Properties.hs Connor/metadata improvements (#52) 2016-08-01 12:38:35 -07:00
protoc.sh Update to gRPC 0.15 (#61) 2016-08-05 09:29:20 -07:00
simple-server.sh Update to gRPC 0.15 (#61) 2016-08-05 09:29:20 -07:00
simple.proto Added tests for grpc server generation 2016-07-25 16:39:25 -07:00
test-client.py Added tests for grpc server generation 2016-07-25 16:39:25 -07:00
tests.patch Update to gRPC 0.15 (#61) 2016-08-05 09:29:20 -07:00
TestServer.hs Streaming interface tweaks (i.e., StreamSend/Recv ops in IO) (#58) 2016-08-09 11:30:47 -05:00
UnsafeTests.hs Connor/metadata improvements (#52) 2016-08-01 12:38:35 -07:00