All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttp.model.internal.Rfc3986Compatibility.scala Maven / Gradle / Ivy

package sttp.model.internal

private[model] object Rfc3986Compatibility {
  def formatByte(byte: Byte): String = "%02X".format(byte)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy