|
FFmpeg
|
Parsed form of a response status line. More...
#include <http.h>
Data Fields | |
| char | version [4] |
| protocol version, e.g. | |
| int | code |
| response status code | |
| const char * | reason |
| reason phrase, points into the parsed line | |
| int | willclose |
| the version implies the connection will close | |
| char HTTPStatusLine::version[4] |
protocol version, e.g.
"1.1"
Definition at line 34 of file http.h.
Referenced by ff_http_parse_status_line(), process_line(), and test().
| int HTTPStatusLine::code |
response status code
Definition at line 35 of file http.h.
Referenced by ff_http_parse_status_line(), process_line(), and test().
| const char* HTTPStatusLine::reason |
reason phrase, points into the parsed line
Definition at line 36 of file http.h.
Referenced by ff_http_parse_status_line(), process_line(), and test().
| int HTTPStatusLine::willclose |
the version implies the connection will close
Definition at line 37 of file http.h.
Referenced by ff_http_parse_status_line(), process_line(), and test().