draft
2 bindingsTestScriptRequestMethodCode
http://hl7.org/fhir/ValueSet/http-operations
The allowable request method or HTTP operation codes.
Official specComposition
| Code | Display | Definition |
|---|---|---|
| delete | DELETE | HTTP DELETE operation. |
| get | GET | HTTP GET operation. |
| options | OPTIONS | HTTP OPTIONS operation. |
| patch | PATCH | HTTP PATCH operation. |
| post | POST | HTTP POST operation. |
| put | PUT | HTTP PUT operation. |
| head | HEAD | HTTP HEAD operation. |
Bound by
| Resource | Path | Strength |
|---|---|---|
| TestScript | TestScript.setup.action.operation.method | required |
| TestScript | TestScript.setup.action.assert.requestMethod | required |