Skip to content

Instantly share code, notes, and snippets.

@ARamy23
Created June 12, 2018 14:26
Show Gist options
  • Save ARamy23/009fb18460d7fab1b184b4c3c0249bc0 to your computer and use it in GitHub Desktop.
Save ARamy23/009fb18460d7fab1b184b4c3c0249bc0 to your computer and use it in GitHub Desktop.
enum HTTPMethod: String
{
case get = "GET"
case post = "POST"
case delete = "DELETE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment