Re: Implementing a light HTTP server

 
After receiving and interpreting a request message, a server responds with an HTTP response message. 

       Response      = Status-Line               ; Section 6.1
                       *(( general-header        ; Section 4.5
                        | response-header        ; Section 6.2
                        | entity-header ) CRLF)  ; Section 7.1
                       CRLF
                       [ message-body ]          ; Section 7.2 you can refer to the following url,http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6 Regards,David Lhttp://www.bulkemailsoft.com----- Original Message ----- 
From: <zhirenshao@optusnet.com.au>
To: "www-talk" <www-talk@w3.org>
Sent: Friday, December 26, 2003 2:08 PM
Subject: Implementing a light HTTP server


> 
> hi, I'm trying to development a small http server. I just want to know which header elements(e.g Content-Type) of http response is necessary for an http server?
> 
> 

Received on Friday, 26 December 2003 01:59:14 UTC