This convenience factory for creating wrapping middleware with the basic
message processing and parsing for the server middleware.
The forward path will pipe the input through the provided middleware and then
transform it to the binary stream.
The reverse path will parse and validate the output and pipe it through the
provided middleware.
This convenience factory for creating wrapping middleware with the basic message processing and parsing for the server middleware. The forward path will pipe the input through the provided middleware and then transform it to the binary stream. The reverse path will parse and validate the output and pipe it through the provided middleware.