-
Notifications
You must be signed in to change notification settings - Fork 2
HTTPMethod
pokryfka edited this page Oct 1, 2020
·
2 revisions
public struct HTTPMethod: RawRepresentable, Equatable
Codable
, Equatable
, RawRepresentable
public init?(rawValue: String)
public init(from decoder: Decoder) throws
var rawValue: String
var GET: HTTPMethod
var POST: HTTPMethod
var PUT: HTTPMethod
var PATCH: HTTPMethod
var DELETE: HTTPMethod
var OPTIONS: HTTPMethod
var HEAD: HTTPMethod
public static func RAW(value: String) -> HTTPMethod?
public func encode(to encoder: Encoder) throws
Generated at 2020-10-02T05:43:09+0000 using swift-doc 1.0.0-beta.5.