Re: [OpenWrt-Devel] uclient-fetch add ability to pass custom http headers

2020-01-28 Thread Sergey Ponomarev
Hi again, I need to discuss some changes before working on it so please take a look on https://forum.openwrt.org/t/uclient-fetch-add-more-options-from-wget-and-create-uclient-curl-clone-of-curl/54060 I created the patch from CLion and it doesn't contains signoff so just to be sure that it will b

[OpenWrt-Devel] uclient-fetch add ability to pass custom http headers

2020-01-26 Thread Sergey Ponomarev
Hi, I making a package that internally will perform a HTTP call to OAuth service and I need to pass `Authorization: Barer token` as a header. The wget clone uclient-fetch doesn't have such functionality to pass an additional header while original wget have it. I can use curl but it uses too much s