All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tpl.grpc-response.ftl Maven / Gradle / Ivy

There is a newer version: 2.29.1
Show newest version

<#-- @ftlvariable name="data" type="io.qameta.allure.grpc.GrpcResponseAttachment" -->

    
    

    
    

    
    
    
    

    



Status

<#if data.status??>
${data.status}
<#else>Unknown
<#if data.body??>

Response body

${data.body}
<#if (data.metadata)?has_content>

Metadata

<#list data.metadata as key, value>
${key}: ${value}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy