On Wed, Nov 20, 2024 at 7:03 AM Dirk-Willem van Gulik <di...@webweaving.org> wrote: > > On 20 Nov 2024, at 12:45, Eric Covener <cove...@gmail.com> wrote: > > > I need a very basic HTTP client library (not even HTTPS) to introduce > > in a micro release of a module (really of a httpd fork with some > > proprietary modules). It is a new dependency of a proprietary > > library that we might have to move up to at any time. > ... > > Anyone have additional useful ideas/pointers? > > The trival code in 'ab', in test().
:facepalm: thanks! > https://github.com/minfrin/mod_crowdsec/blob/main/mod_crowdsec.c#L336 Thanks, that is a helpful one to contrast using mod_proxy_http vs. extracting the core parts of it.