FHIRRequestMethod
public enum FHIRRequestMethod: String
Struct to describe REST request types, with a convenience method to make a request FHIR compliant.
-
Undocumented
Declaration
Swift
public enum FHIRRequestMethod: String
-
Undocumented
Declaration
Swift
public enum FHIRRequestMethod: String
-
Undocumented
Declaration
Swift
public enum FHIRRequestMethod: String
-
Undocumented
Declaration
Swift
public enum FHIRRequestMethod: String
-
Undocumented
Declaration
Swift
public enum FHIRRequestMethod: String
-
Undocumented
Declaration
Swift
public enum FHIRRequestMethod: String
-
Prepare a given mutable URL request with the respective method and body values.
Declaration
Swift
public func prepare(request: inout URLRequest, body: Data? = nil)