object Boundary extends RenderConstants with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Boundary
  2. Serializable
  3. Serializable
  4. RenderConstants
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val CRLF: String
    Definition Classes
    RenderConstants
  2. val MediaType: String
    Definition Classes
    RenderConstants
  3. def mkBoundary(prefix: String = "boundary_"): Boundary

    Make a boundary with a random UUID.

  4. def renderBoundary(boundary: Boundary, close: Boolean): String