tpl.grpc-request.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of allure-grpc Show documentation
Show all versions of allure-grpc Show documentation
Module allure-grpc of Allure Framework.
<#-- @ftlvariable name="data" type="io.qameta.allure.grpc.GrpcRequestAttachment" -->
gRPC: <#if data.url??>${data.url}<#else>Unknown#if>
<#if data.body??>
Request body
${data.body}
#if>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy