public struct HTTPMethod { public let rawValue: String public init(rawValue: String) { self.rawValue = rawValue } }