Skip to content

DereferencedResponse

mattpolzin edited this page Jun 11, 2021 · 4 revisions

DereferencedResponse

An OpenAPI.Response type that guarantees its headers and content are inlined instead of referenced.

@dynamicMemberLookup
public struct DereferencedResponse: Equatable 

Inheritance

Equatable

Nested Type Aliases

Map

public typealias Map = OrderedDictionary<OpenAPI.Response.StatusCode, DereferencedResponse>

Properties

underlyingResponse

The original OpenAPI.Response prior to being dereferenced.

public let underlyingResponse: OpenAPI.Response

headers

The map of dereferenced headers for this response.

public let headers: DereferencedHeader.Map?

content

The map of dereferenced content for this response.

public let content: DereferencedContent.Map
Types
Protocols
Global Functions
Extensions
Clone this wiki locally