Boundary

org.http4s.multipart.Boundary
See theBoundary companion object
final case class Boundary(value: String) extends AnyVal

Attributes

Companion
object
Source
Boundary.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toChunk: Chunk[Byte]

Attributes

Source
Boundary.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product