Advertisement
Guest User

Untitled

a guest
May 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. enum ContentType: String {
  2. case json = "application/json"
  3. case multipart = "multipart/form-data"
  4. case urlencoded = "application/x-www-form-urlencoded"
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement