Boundary

zio.http.Boundary
See theBoundary companion object
final case class Boundary(id: String, charset: Charset)

A multipart boundary, which consists of both the boundary and its charset.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def isClosing(bytes: Chunk[Byte]): Boolean
def isEncapsulating(bytes: Chunk[Byte]): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val closingBoundary: String
val encapsulationBoundary: String