Skip to content

A list of HTTP Status codes wrapped up in a Swift enum.

License

Notifications You must be signed in to change notification settings

ollieatkinson/HTTPStatusCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPStatusCode

A list of HTTP Status codes wrapped up in a Swift enum.

Types

  1. 1xx Informational.
  2. 2xx Success.
  3. 3xx Redirection.
  4. 4xx Client Error.
  5. 5xx Server Error.

Contributing

  1. Fork it (https://github.com/ollieatkinson/HTTPStatusCode/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

A list of HTTP Status codes wrapped up in a Swift enum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published