HTTP, ResponseRepresentable - Typo fix.

This commit is contained in:
Jon Cox 2017-02-12 22:45:18 +00:00 committed by GitHub
parent 2d636030d2
commit 4b6897ff26
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ currentMenu: http-response-representable
# ResponseRepresentable
Traditionally HTTP servers take a `Request` and return a `Response`. Vapor is no different, but we can take advantage of Swift's powerful protocols to be a bit more flexible to the user facing api.
Traditionally HTTP servers take a `Request` and return a `Response`. Vapor is no different, but we can take advantage of Swift's powerful protocols to be a bit more flexible to the user facing API.
Let's start with the definition of `ResponseRepresentable`