HTTPAuthState Struct Reference

HTTP Authentication state structure. More...

#include <httpauth.h>


Data Fields

HTTPAuthType auth_type
 The currently chosen auth type.
char realm [200]
 Authentication realm.
DigestParams digest_params
 The parameters specifiec to digest authentication.


Detailed Description

HTTP Authentication state structure.

Must be zero-initialized before used with the functions below.

Definition at line 52 of file httpauth.h.


Field Documentation

The currently chosen auth type.

Definition at line 56 of file httpauth.h.

Referenced by ff_http_auth_create_response(), ff_http_auth_handle_header(), http_open_cnx(), and process_line().

The parameters specifiec to digest authentication.

Definition at line 64 of file httpauth.h.

Referenced by ff_http_auth_handle_header(), handle_digest_params(), handle_digest_update(), and make_digest_auth().

Authentication realm.

Definition at line 60 of file httpauth.h.

Referenced by ff_http_auth_handle_header(), handle_basic_params(), handle_digest_params(), and make_digest_auth().


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

Generated on Fri Oct 26 02:43:56 2012 for FFmpeg by  doxygen 1.5.8