QuenyaParser.Object.Response (Quenya Parser v0.3.6) View Source

Response object

Link to this section Summary

Types

t()

Response object from the spec, we won't support links filed at the moment

Link to this section Types

Specs

t() :: %QuenyaParser.Object.Response{
  content: %{required(String.t()) => QuenyaParser.Object.MediaType.t()},
  description: String.t(),
  headers: %{required(String.t()) => QuenyaParser.Object.Header.t()}
}

Response object from the spec, we won't support links filed at the moment

Link to this section Functions