gatling-grpc-kt
gatling-grpc-kt
/
com.github.phisgr.gatling.kt.grpc
/
GrpcProtocol
/
headerEL
header
EL
fun
<
T
:
Any
>
headerEL
(
key
:
Metadata.Key
<
T
>
,
el
:
String
,
optional
:
Boolean
,
clazz
:
Class
<
T
>
)
:
Self
Content copied to clipboard
Java API. You have to provide the class of what type the
el
should evaluate to.
inline
fun
<
T
:
Any
>
headerEL
(
key
:
Metadata.Key
<
T
>
,
el
:
String
,
optional
:
Boolean
=
false
)
:
Self
Content copied to clipboard