TestScriptRequestMethodCode
public enum TestScriptRequestMethodCode: String
The allowable request method or HTTP operation codes.
URL: http://hl7.org/fhir/http-operations ValueSet: http://hl7.org/fhir/ValueSet/http-operations
-
HTTP DELETE operation
Declaration
Swift
case delete = "delete"
-
HTTP GET operation
Declaration
Swift
case get = "get"
-
HTTP OPTIONS operation
Declaration
Swift
case options = "options"
-
HTTP PATCH operation
Declaration
Swift
case patch = "patch"
-
HTTP POST operation
Declaration
Swift
case post = "post"
-
HTTP PUT operation
Declaration
Swift
case put = "put"