A list of HTTP Status codes wrapped up in a Swift enum.
- 1xx Informational.
- 2xx Success.
- 3xx Redirection.
- 4xx Client Error.
- 5xx Server Error.
- Fork it (https://github.com/ollieatkinson/HTTPStatusCode/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request