object Multipart extends RenderConstants with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Multipart
  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. val StandardPartHeaders: HttpHeaders
  4. def fromRequests[F[_]](requests: Seq[HttpRequest[F]]): Multipart

    Requests are bundled into a changeset.

  5. def render(m: Multipart): IO[String]

    Render a batch boundary for each part, render each part, render the closing batch boundary.

  6. def renderPart(p: Part): IO[String]

    Render a "mini-request".

    Render a "mini-request". Each batch part must have a Host header or a full URL.

    TODO: THere may be an extra space between a changeset boundary and the start of a changeset item's boundary header.