| 
    FFmpeg
    
   | 
 
HTTP Authentication state structure. More...
#include <httpauth.h>
Data Fields | |
| int | auth_type | 
| The currently chosen auth type.  More... | |
| char | realm [200] | 
| Authentication realm.  More... | |
| DigestParams | digest_params | 
| The parameters specific to digest authentication.  More... | |
| int | stale | 
| Auth ok, but needs to be resent with a new nonce.  More... | |
HTTP Authentication state structure.
Must be zero-initialized before used with the functions below.
Definition at line 55 of file httpauth.h.
| int HTTPAuthState::auth_type | 
The currently chosen auth type.
Definition at line 59 of file httpauth.h.
| char HTTPAuthState::realm[200] | 
Authentication realm.
Definition at line 63 of file httpauth.h.
| DigestParams HTTPAuthState::digest_params | 
The parameters specific to digest authentication.
Definition at line 67 of file httpauth.h.
| int HTTPAuthState::stale | 
Auth ok, but needs to be resent with a new nonce.
Definition at line 71 of file httpauth.h.
Referenced by rtsp_read_packet().
 1.8.17