[Proposal] Expose HTTP and Stream proxy modules structures for developers.

Andrey Kulikov amdeich at gmail.com
Sun Sep 24 11:30:14 UTC 2023


Hello,

Sometimes custom module developers need to iterate over configured
location(s), configured in some or all server(s) blocks.
For example, to perform post-initialization steps, defined by custom
directives in their modules.
Now it is virtually impossible.

I've posted question about this matter few years ago:
https://mailman.nginx.org/pipermail/nginx-devel/2016-October/008882.html

Since then, I received quite a few private emails about whether I succeeded
in my findings.
So, I'm not alone, who faced this issue.

Fortunately, the described goal could be easily achieved by making just
internal proxy modules structures available in a separate header.
After that implementation of desired functionality is just a matter of
writing a few lines of code.

Patches а following.
No functional changes, just code movement from .c to .h files.

Development community, at least through my voice, will be grateful to see
them applied to the latest development branch.

--
Cheers,
Andrey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20230924/a77ab72e/attachment.htm>


More information about the nginx-devel mailing list