Package

io.udash.rest

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class WithHeaders[+T](value: T, headers: com.avsystem.commons.ISeq[(String, String)]) extends Product with Serializable

    Permalink

    Wrapper over a type which adds some arbitrary header values to it.

    Wrapper over a type which adds some arbitrary header values to it. Can be used as response type of REST HTTP methods. Since these additional headers may be arbitrary, their presence will not be reflected in the OpenAPI documentation. If you want to include this information into OpenAPI definition for method that returns WithHeaders, you may use adjustResponse on it.

Value Members

  1. object WithHeaders extends Serializable

    Permalink

Ungrouped