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
Self type

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields