Add User Option: DEBUG.
This commit is contained in:
parent
13f1f69dbc
commit
d138705419
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// Generated by ToffeeScript 1.3.3
|
// Generated by ToffeeScript 1.4.0
|
||||||
(function() {
|
(function() {
|
||||||
var Curl, CurlBuilder, curl;
|
var Curl, CurlBuilder, curl;
|
||||||
|
|
||||||
|
@ -47,7 +47,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
Curl.user_options = {
|
Curl.user_options = {
|
||||||
RAW: 'RAW'
|
RAW: 'RAW',
|
||||||
|
DEBUG: 'DEBUG'
|
||||||
};
|
};
|
||||||
|
|
||||||
Curl.prototype.perform = function() {
|
Curl.prototype.perform = function() {
|
||||||
|
|
|
@ -39,6 +39,7 @@ Curl::getinfo = (oinfo) ->
|
||||||
|
|
||||||
Curl.user_options =
|
Curl.user_options =
|
||||||
RAW: 'RAW'
|
RAW: 'RAW'
|
||||||
|
DEBUG: 'DEBUG'
|
||||||
|
|
||||||
Curl::perform = ->
|
Curl::perform = ->
|
||||||
@perform_()
|
@perform_()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue