header
fun <T : Any> header( key: Metadata.Key<T>, optional: Boolean = false, value: Function<Session, T?>): Self
Content copied to clipboard
inline fun <T : Any> header( key: Metadata.Key<T>, optional: Boolean = false, crossinline value: (Session) -> T?): Self
Content copied to clipboard