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

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

There is a newer version: 2.0.0-RC4
Show newest version
package sttp.model

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy