Skip to content

Commit 1a8f655

Browse files
committed
feat: Convert <boolean> values to <c-long> values
Maps <boolean> parameters to <integer> where curl functions interpret 0 as #f and 1 as #t. Introduce <curl-boolean> mapped subtype and <curlopt-boolean> so now, for instance the option 'verbose' can be declared as: define curlopt boolean verbose = 41; and the dylan code to use it is: curl.curl-verbose := #t; Closes #1
1 parent e776a14 commit 1a8f655

7 files changed

+190
-157
lines changed

0 commit comments

Comments
 (0)