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 L
http://www.bulkemailsoft.com
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "www-talk" <[EMAIL PROTECTED]>
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?
>
>