ServiceStack/ServiceStack.Swift

HttpMethods constant spelling issue

bull-xu opened this issue · 0 comments

The DELETE constant of HttpMethods struct spelling issue:
static let Delete = "DELTE"

should be
static let Delete = "DELETE"