Today we go over how to handle request with the Vapor framework, how to accept both JSON and Form Encoded requests, and how utilize the properties of the Request object, using Swift 4. First we go over how to create a JSON object that can be returned in an API as a ResponseRepresentable object. Next, we dive into parsing incoming requests from both JSON and form encoded data. Lastly, how you can be very selective in how you parse your incoming request in one line of code.
Having the skills to s