top of page

SwiftNewtorkRouting

Overview

Have developed a swift package for application network routing. The package helps to manage the HTTP endpoints, requests and responses.

​

I was trying to create a simple network routing package to provide developers easy and quick way to build a network layer. The project was supposed to be an only swift independent package, but I decided to add Alamofire to implement more features.

​

The project is done using only Alamofire.

Everything about the project you can find on GitHub.

bottom of page