Adds the argument instance as a request tag using the type as AttributeKey.
@GET("/")fun foo(@Tag tag: String)
Tag arguments may be null which will omit them from the request.
null
Ktor Client custom plugins
Name of the key. Default the name of the function parameter