<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hello Andrei,</p>
<p class="MsoNormal">Thanks for writing back.</p>
<p class="MsoNormal">I wanted to take enough time check all the links.</p>
<p class="MsoNormal">I’ve read about OpenResty but my concern is how to access the data I need.</p>
<p class="MsoNormal">So basically I’m diving my process in stages.</p>
<p class="MsoNormal">Stage 0: research and get the correct approach (this current stage)</p>
<p class="MsoNormal">Stage 1: get all the request and response to go through a custom functions (processReq, processResp).</p>
<p class="MsoNormal">Stage 2: write those functions to call the appropriate APIs.</p>
<p class="MsoNormal">Stage 3: stress test and optimization.</p>
<p class="MsoNormal">I think OpenResty solves the Stage 2 but I still don’t know how to handle properly the REQ/RESP, mostly the response since the REQ could be the first module called. But I couldn’t find anything clear on catching the response.</p>
<p class="MsoNormal">Maybe this is pretty straight forward but I’m messing this up.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks you everyone for reading this.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:lagged@gmail.com">Andrei</a><br>
<b>Sent: </b>Tuesday, December 29, 2020 4:24 PM<br>
<b>To: </b><a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<b>Subject: </b>Re: Getting started with a Module</p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">Happy Holidays!<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">You mean something like this?<o:p></o:p></p>
<div>
<p class="MsoNormal"><a href="https://serverfault.com/questions/361556/is-it-possible-to-log-the-response-data-in-nginx-access-log">https://serverfault.com/questions/361556/is-it-possible-to-log-the-response-data-in-nginx-access-log</a><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Either way, you're probably looking at OpenResty Lua (<a href="https://github.com/openresty/lua-nginx-module">https://github.com/openresty/lua-nginx-module</a>), cosockets (<a href="https://github.com/openresty/lua-nginx-module#cosockets-not-available-everywhere">https://github.com/openresty/lua-nginx-module#cosockets-not-available-everywhere</a>),
 and maybe mlcache (<a href="https://github.com/thibaultcha/lua-resty-mlcache">https://github.com/thibaultcha/lua-resty-mlcache</a>). Instead of writing a full blown module, consider using Lua. I know this isn't an OpenResty forum, but... <a href="https://opm.openresty.org/">https://opm.openresty.org/</a>
 also has a bunch of goodies that might help :)<o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">gl!<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Tue, Dec 29, 2020 at 4:16 PM Federico Felman <<a href="mailto:ffjr@hotmail.com">ffjr@hotmail.com</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Hello everyone and happy holidays.</p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">I’ve been asked to do a specific module for NGINX, I need to “log” all the requests and responses using some specific web services.</p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">For what I’ve seen I can read the REQ easily but I don’t see any way to access the response.</p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Can you guys help me?</p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> </p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Thanks in advance!!!</p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> </p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> </p>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal" style="margin-left:4.8pt">_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>