Re: Http_v2 dynamic module

2020-12-15 Thread Maxim Dounin
Hello! On Tue, Dec 15, 2020 at 08:51:21AM -0500, Flinou wrote: > I would like to build http_v2 module as a dynamic one. I noticed on the > internet that some built-in modules can be built as dynamic > (http_xslt_module for example) but it does not work the same way for > http_v2. > > Is there an

Http_v2 dynamic module

2020-12-15 Thread Flinou
Hello, I would like to build http_v2 module as a dynamic one. I noticed on the internet that some built-in modules can be built as dynamic (http_xslt_module for example) but it does not work the same way for http_v2. Is there any way to build this module as a dynamic one ? Thank you in advance,