Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 1.0.0 | |
|
Bob Nystrom
2014/06/03 22:26:13
0.1.0!
nweiz
2014/06/03 23:37:00
Done.
| |
| 2 | |
| 3 * Remove `Server.handleRequest()` and `Server.parseRequest()`. Instead, `new | |
| 4 Server()` takes a `Stream` and a `StreamSink` and uses those behind-the-scenes | |
| 5 for its communication. | |
| 6 | |
| 7 * Add `Server.listen()`, which causes the server to begin listening to the | |
| 8 underlying request stream. | |
| 9 | |
| 10 * Add `Server.close()`, which closes the underlying request stream and response | |
| 11 sink. | |
| 12 | |
| 1 ## 0.0.2+2 | 13 ## 0.0.2+2 |
| 2 | 14 |
| 3 * Fix error response to include data from `RpcException` when not a map. | 15 * Fix error response to include data from `RpcException` when not a map. |
| OLD | NEW |