Skip to content

Instantly share code, notes, and snippets.

@jemai
Created March 13, 2019 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jemai/020bba5bd9af86b410f4cbd733cdecff to your computer and use it in GitHub Desktop.
Save jemai/020bba5bd9af86b410f4cbd733cdecff to your computer and use it in GitHub Desktop.
public enum HTTPMethod: String {
case get, post, put, patch, delete
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment