Allow setting method for RequestHttpJob

This commit is contained in:
Cheng Zhao 2015-06-17 10:57:26 +08:00
parent 81db8e098e
commit 274854876c
6 changed files with 41 additions and 15 deletions

View file

@ -36,6 +36,6 @@ class RequestErrorJob
protocol.RequestHttpJob =
class RequestHttpJob
constructor: ({@url}) ->
constructor: ({@url, @method}) ->
module.exports = protocol