pub fn create_default_response_only_cel_expr(
certification: &DefaultResponseOnlyCelExpression<'_>,
) -> StringExpand 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.