org.apache.http
public interface: StatusLine [javadoc |
source]
All Known Implementing Classes:
BasicStatusLine
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
Also see:
- HttpStatus
- version:
$
- Id: StatusLine.java 744522 2009-02-14 16:56:03Z sebb $
- since:
4.0
-