Re: [PATCH] http.c: shell command evaluation for extraheader

2018-03-05 Thread Colin Arnott
plementation stronger. I think there is something to be said about the simplicity and user-friendliness of allowing shell scripts for semi-complex config options, but authentication is a task that should be handled well and centrally, thus extending the credential-api makes sense. ​Without Wax, Colin Arnott​

[PATCH] http.c: shell command evaluation for extraheader

2018-03-04 Thread Colin Arnott
er, the return value is consumed, and the header is not included in the request. 3. Headers starting with the '!' character require a shell command to create: because no escaping syntax was implemented, the following is required for such headers: "!printf '!magic: abra'" S