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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product