Re: [users@httpd] Read HTTP header and body

2012-04-05 Thread Daniel Gruno
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?

[users@httpd] Read HTTP header and body

2012-04-05 Thread Evgeny Shvidky
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