Package 

Class ExtendedRequestInfoKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.