Endpoint
protocol Endpoint
Undocumented
-
Undocumented
Declaration
Swift
var allowedMethods: [HTTPMethod] { get }
-
isAllowed(method:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func isAllowed(method: HTTPMethod) -> Bool
-
Undocumented
Declaration
Swift
func url(builder: URLBuilder) throws -> URL