On 05-04-2012 12:01, Evgeny Shvidky wrote:
Hello,
I am implementing on "C" a new module in Apache HTTP server.
I succeeded to receive an appropriate HTTP request by my module handler.
How can I read a full HTTP header (not only the first line) and a body
(if exists) of received HTTP request?
Hello,
I am implementing on "C" a new module in Apache HTTP server.
I succeeded to receive an appropriate HTTP request by my module handler.
How can I read a full HTTP header (not only the first line) and a body (if
exists) of received HTTP request?
Thanks,
Evgeny