[swift-server-dev] HTTP API Review
Georgios Moschovitis
george.moschovitis at icloud.com
Sun Sep 3 01:43:54 CDT 2017
Had a (very) quick look, and in general it looks OK.
One thing that bothers me in the example is this ***Handler <-> ***Handling inconsistency..
> class SimpleHandler: HTTPRequestHandling
maybe something like
class WebApp: HTTPRequestHandling {
...
}
would make it less confusing?
-g.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-server-dev/attachments/20170903/8fe35ff3/attachment.html>
More information about the swift-server-dev
mailing list