o

dynamics.http

HttpHeaders

object HttpHeaders

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpHeaders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(properties: (String, String)*): HttpHeaders

    Create headers from pairs of strings.

    Create headers from pairs of strings. Use something else to add String -> Seq[String].

  2. def contentId(id: String): HttpHeaders

    Make a Content-ID header.

  3. val empty: HttpHeaders
  4. def from(properties: (String, Seq[String])*): HttpHeaders

    Create from String -> Seq[String] pairs.

  5. def render(h: HttpHeaders): String

    Render to a String.

    Render to a String. Newline is added on end if any content is rendered.