Previously HttpRequestor class was used to send the requests. Made some changes and changed the class hierarchy. Now HTTP::Requestor will have to be used. Added feature to upload files(send multipart requests). HttpRequestor class removed HTTP::Requestor class added
Fixed issue of "undefined method `to_query' for nil:NilClass"
Fixed issue in require, which stopped file/multipart uploads README modified Example Added
Bug Fixed -> Valid request types method returned an array which had a value 'UPDATE' instead of 'PUT'. Because of this PUT requests were not functioning
Added more HTTP Verbs OPTIONS, PATCH, MOVE, HEAD, TRACE README modified Test Case Added