Save url to curl.url.

This commit is contained in:
Miao Jiang 2012-11-29 14:55:56 +08:00
parent e796b240da
commit 8e0d95d812

View file

@ -26,6 +26,7 @@ class CurlBuilder
@running = true @running = true
cb = args.pop() cb = args.pop()
[url, options] = args [url, options] = args
@url = url
options ?= {} options ?= {}
c = @curl_ c = @curl_