kristapsdz / kcgi

minimal CGI and FastCGI library for C/C++
https://kristaps.bsd.lv/kcgi
ISC License
275 stars 40 forks source link

khttp_printf / khttp_vprintf #76

Closed markand closed 4 years ago

markand commented 4 years ago

Hi,

First, thank you for this awesome library. I enjoy it a lot.

I just realized there is no khttp_(v)printf functions to format using printf(3) like style. If you mind, I'd like to add it unless you already had this in some TODO list.

kristapsdz commented 4 years ago

Go write ahead! You'll probably end up just wrapping asprintf and passing that. Please be sure to add the manpage and a regression test for it, either way!

kristapsdz commented 4 years ago

khttp_printf has been added along with manpage and regression tests.