CertificateResponse
@objc(THEOplayerCertificateResponse)
public class CertificateResponse : Response
The certificate response.
-
Creates a CertificateResponse.
Declaration
Swift
@objc public init(certificateRequest: CertificateRequest, url: String, status: Int, statusText: String, headers: [String : String], body: Data)Parameters
certificateRequestThe
CertificateRequestfor which the response is being returned.urlThe URL from which the response was returned. This might have been redirected transparently.
statusThe status code as returned in the HTTP response.
statusTextThe status text as returned in the HTTP response.
headersThe HTTP headers as returned by the server.
bodyThe body of the response.
CertificateResponse Class Reference