NetworkRequestHeader
public struct NetworkRequestHeader
NetworkRequestHeader includes the header information in a network request.
Version
1.5.0Date
02/04/2019-
Initialize the structure.
Declaration
Swift
public init(ifModifiedSince: String? = nil, ifNoneMatch: String? = nil, contentType: String? = nil, contentLength: Int? = nil)Parameters
ifModifiedSinceThe last date that the data has been modified on the server.
ifNoneMatchIf the tag doesn’t match.
contentTypeThe type of the body.
contentLengthThe length of the content.
NetworkRequestHeader Structure Reference