Skip to content

Commit

Permalink
http method for head request added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Awasthi committed Jan 30, 2019
1 parent 235d567 commit ea82226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KiwiPods/Networking/NetworkModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public enum RequestType: String {
return HTTPMethod.delete
case .PUT:
return HTTPMethod.put
case .HEAD:
return .head
}
}
}
Expand Down

0 comments on commit ea82226

Please sign in to comment.