tag

fun tag(tag: Any?)

使用Any::class作为键名添加标签 使用Request.tag()返回tag

fun <T> tag(type: Class<in T>, tag: T?)

使用type作为key添加标签 使用Request.tagOf()或者Request.tag(Class)读取tag