object MetadataBuilder

Annotations
@ApiMayChange()
Source
MetadataBuilder.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetadataBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val empty: Metadata

    returns

    An empty metadata instance.

  2. def fromHeaders(headers: Iterable[HttpHeader]): Metadata

    Constructs a Metadata instance from a collection of HTTP headers.

    Constructs a Metadata instance from a collection of HTTP headers.

    headers

    The headers.

    returns

    The metadata instance.

  3. def fromHttpMessage(message: HttpMessage): Metadata

    Constructs a Metadata instance from an HTTP message.

    Constructs a Metadata instance from an HTTP message.

    message

    The HTTP message.

    returns

    The metadata instance.