SwiftDocCHTTPResponseStructureHTTPResponseDocumentation about the response for an HTTP request symbol.struct HTTPResponseTopicsInitializersinit(statusCode: UInt, reason: String?, mediaType: String?, contents: [any Markup], symbol: SymbolGraph.Symbol?)Initialize a value to describe documentation about a dictionary key for a symbol.Instance Propertiesvar contents: [any Markup]The content that describe the response.var mediaType: String?The media type of the response.var reason: String?The HTTP code description string.var statusCode: UIntThe HTTP status code of the response.var symbol: SymbolGraph.Symbol?The symbol graph symbol representing this response.