(protoBuf)
| 49 | * Wrap a request for sending (single envelope, gzipped). |
| 50 | */ |
| 51 | export function wrapRequest(protoBuf) { |
| 52 | return wrapEnvelope(protoBuf, { compress: true }); |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Build the end-of-stream trailer frame (JSON {}). |
no test coverage detected