FFmpeg
Loading...
Searching...
No Matches
HTTPStatusLine Struct Reference

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
 

Detailed Description

Parsed form of a response status line.

Definition at line 33 of file http.h.

Field Documentation

◆ version

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().

◆ code

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().

◆ reason

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().

◆ willclose

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().


The documentation for this struct was generated from the following file: