-
public final class ExtendedRequestInfoKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> Ttag(HttpRequestInfo $self, Class<out T> type)Returns the tag attached with type as a key, or null if no tag is attached with that key. -
-
Method Detail
-
tag
final static <T extends Any> T tag(HttpRequestInfo $self, Class<out T> type)
Returns the tag attached with type as a key, or null if no tag is attached with that key.
-
-
-
-