HTTPMethodType

enum HTTPMethodType : String

HTTP 요청 방법을 나타냄

  • get

    Declaration

    Swift

    case get = "GET"
  • Declaration

    Swift

    case head = "HEAD"
  • Declaration

    Swift

    case post = "POST"
  • put

    Declaration

    Swift

    case put = "PUT"
  • Declaration

    Swift

    case patch = "PATCH"
  • Declaration

    Swift

    case delete = "DELETE"