| 12345678910111213141516171819202122232425 |
- //
- // Handlers.swift
- // Swifter
- //
- // Copyright (c) 2014-2016 Damian Kołakowski. All rights reserved.
- //
- import Foundation
- public class HttpHandlers {
- public enum HtmlNode {
- case body
- case head
- }
-
-
-
- // public class func html(directoryPath: String) -> (HttpRequest -> HttpResponse) {
- //
- //
- // }
- }
|