Skip to content

Instantly share code, notes, and snippets.

View fellahst's full-sized avatar

fellahst

  • Image Matters LLC
  • Leesburg, VA
View GitHub Profile
@cesartl
cesartl / HttpDigestInterceptor.kt
Last active June 3, 2023 22:29
Feign Http Digest Authorization
import feign.*
import feign.codec.ErrorDecoder
import org.apache.commons.codec.digest.DigestUtils
import org.apache.commons.lang.RandomStringUtils
import org.slf4j.Logger
import org.slf4j.LoggerFactory
import kotlin.properties.ReadWriteProperty
import kotlin.reflect.KProperty