HAHTTPMethod

public struct HAHTTPMethod : RawRepresentable, Hashable, ExpressibleByStringLiteral

Undocumented

  • Declaration

    Swift

    public var rawValue: String
  • Declaration

    Swift

    public init(rawValue: String)
  • Declaration

    Swift

    public init(stringLiteral value: StringLiteralType)
  • get

    Undocumented

    Declaration

    Swift

    public static var get: `Self`
  • Undocumented

    Declaration

    Swift

    public static var post: `Self`
  • Undocumented

    Declaration

    Swift

    public static var delete: `Self`
  • put

    Undocumented

    Declaration

    Swift

    public static var put: `Self`
  • Undocumented

    Declaration

    Swift

    public static var patch: `Self`
  • Undocumented

    Declaration

    Swift

    public static var head: `Self`
  • Undocumented

    Declaration

    Swift

    public static var options: `Self`