Skip to main content

create_stream_response_transformer

Function create_stream_response_transformer 

Source
pub fn create_stream_response_transformer(
    src_operation: OperationFamily,
    src_protocol: ProtocolKind,
    dst_operation: OperationFamily,
    dst_protocol: ProtocolKind,
    normalizer: Option<StreamChunkNormalizer>,
) -> Result<StreamResponseTransformer, TransformError>