mirror of https://github.com/vapor/docs.git
HTTP, ResponseRepresentable - Typo fix.
This commit is contained in:
parent
2d636030d2
commit
4b6897ff26
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue