Hello,
<cite src="[http://www.ietf.org/rfc/rfc2616.txt]">
6 ResponseAfter 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.26.1 Status-Line
The first line of a Response message is the Status-Line, consisting
of the protocol version followed by a numeric status code and its
associated textual phrase, with each element separated by SP
characters. No CR or LF is allowed except in the final CRLF sequence.Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF
</cite>
Das ist eigentlich ziemlich eindeutig. Die _erste_ Zeile ist die Status-Zeile, bestehend aus Protokollversion gefolgt vom numerischen Statuscode und der zugehörigen Text-Phrase, die einzelnen Elemente durch Leerzeichen getrennt.
Stammt das jetzt noch direkt von Postel? Oder wer hat dich das ausgedacht? Schließlich sind ja schon wieder ein paar Jahre der Verwässerung ins Land gegangen...
Liebe Grüße aus http://www.braunschweig.de
Tom
Fortschritt entsteht nur durch die Auseinandersetzung der Kreativen