pub type PipelineResult = (Option<String>, HttpResponseMeta, ResponseTransport);Expand description
Result of pipeline evaluation containing content-type, HTTP response metadata, and body
pub type PipelineResult = (Option<String>, HttpResponseMeta, ResponseTransport);Result of pipeline evaluation containing content-type, HTTP response metadata, and body