AWSResponse

public struct AWSResponse

Structure encapsulating a processed HTTP Response

  • response status

    Declaration

    Swift

    public let status: HTTPResponseStatus
  • response headers

    Declaration

    Swift

    public var headers: [String : Any]
  • response body

    Declaration

    Swift

    public var body: Body