Server module, reading the request object
Posted: Wed Mar 22, 2017 10:51 pm
In an example I just posted as a different topic, I have a server module with a response object.
My response should really vary due to some content in the HTTP request, so I would like to be able to read and/or query the request. I can't seem to figure out how to do that, so my question is, how do I do that?
My response should really vary due to some content in the HTTP request, so I would like to be able to read and/or query the request. I can't seem to figure out how to do that, so my question is, how do I do that?