create_default_response_only_cel_expr

Function create_default_response_only_cel_expr 

Source
pub fn create_default_response_only_cel_expr(
    certification: &DefaultResponseOnlyCelExpression<'_>,
) -> String
Expand description

Converts a CEL expression that only certifies the HttpResponse, excluding the HttpRequest from certification, from a DefaultResponseOnlyCelExpression struct into it’s String representation.

DefaultResponseOnlyCelExpression::to_string is an alias of this method and can be used for ergonomics.