HTTPVerb

public enum HTTPVerb: String

HTTP verbs (in the HTTP command line).

URL: http://hl7.org/fhir/http-verb ValueSet: http://hl7.org/fhir/ValueSet/http-verb

  • GET

    HTTP GET

    Declaration

    Swift

    case GET = "GET"
  • HTTP POST

    Declaration

    Swift

    case POST = "POST"
  • PUT

    HTTP PUT

    Declaration

    Swift

    case PUT = "PUT"
  • HTTP DELETE

    Declaration

    Swift

    case DELETE = "DELETE"