Classes The following classes are available globally. Request An incoming HTTP request. See more Declaration Swift public class Request Response An HTTP response for an incoming request. See more Declaration Swift public class Response Service A Service is a basic HTTP server. Each incoming request will trigger the provided handler to fire. The handler implementation is responsible for routing, parsing, or any other custom behaviour then populating the Response as necessary. See more Declaration Swift public class Service © 2019 Chris Baltzer. All rights reserved. (Last updated: 2019-08-30) Generated by jazzy ♪♫ v0.10.0, a Realm project.