Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the types in the Routing. In most cases these are still compa…
…tible because utility methods are used. Before: Route: Request => FXFuture[Response] Now: Route: Request => Response Response: FXFuture[ResponseResult] This made the API more easy to use by hiding complexity which is only needed in rare cases.
- Loading branch information