HttpMethod

public enum HttpMethod
extension HttpMethod: Sendable
extension HttpMethod: Equatable, Hashable

HttpMethod used for pki hooks

  • get

    GET

    Declaration

    Swift

    case get
  • POST

    Declaration

    Swift

    case post
  • put

    PUT

    Declaration

    Swift

    case put
  • DELETE

    Declaration

    Swift

    case delete
  • PATCH

    Declaration

    Swift

    case patch
  • HEAD

    Declaration

    Swift

    case head