Fix #15, Support multipart post.

This commit is contained in:
Miao Jiang 2013-04-10 03:09:25 +08:00
parent e318a72006
commit 9c1cbb81c9
10 changed files with 239 additions and 30 deletions

View file

@ -2,8 +2,8 @@
'targets': [
{
'target_name': 'node-curl',
'cflags': ['-Wall', '-O1', '-fno-inline-functions'],
'cflags_cc': ['-Wall', '-O1', '-fno-inline-functions'],
'cflags': ['-Wall', '-O1', '-g', '-fno-inline-functions'],
'cflags_cc': ['-Wall', '-O1', '-g', '-fno-inline-functions'],
'sources': ['src/node-curl.cc'],
'libraries': ['-lcurl']
}