weenta
Results
2
issues of
weenta
``` Nat.upload('http://uploader.示例.com', { path: 'file:///tmp/intapp/nat/sample/localFile', method: 'PUT', formData: { framework: 'weex/nat' }, headers: { // headers参数设置在ios端无效 (ios11.4) 'x-app': 'nat/0.0.8', 'x-sign': 'bfbbf4c1f087d972' } }, { onProgress: (p) => { console.log('Progressing: '...
hi, nice work! could you support `Content-Encoding: gzip` config for the response headers
enhancement
question