-
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, EquatableCodable, Equatable, RawRepresentable
public init?(rawValue: String)public init(from decoder: Decoder) throwsvar rawValue: Stringvar GET: HTTPMethodvar POST: HTTPMethodvar PUT: HTTPMethodvar PATCH: HTTPMethodvar DELETE: HTTPMethodvar OPTIONS: HTTPMethodvar HEAD: HTTPMethodpublic static func RAW(value: String) -> HTTPMethod?public func encode(to encoder: Encoder) throwsGenerated at 2020-10-02T05:43:09+0000 using swift-doc 1.0.0-beta.5.