sttp.model.Rfc3986Compatibility.scala Maven / Gradle / Ivy
package sttp.model
private[model] object Rfc3986Compatibility {
def formatByte(byte: Byte): String = "%02X".format(byte)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package sttp.model
private[model] object Rfc3986Compatibility {
def formatByte(byte: Byte): String = "%02X".format(byte)
}