FFmpeg
Data Fields
HTTPAuthState Struct Reference

HTTP Authentication state structure. More...

#include <httpauth.h>

Data Fields

  The currently chosen auth type.
 
char  realm [200]
  Authentication realm.
 
  The parameters specifiec to digest authentication.
 
int  stale
  Auth ok, but needs to be resent with a new nonce.
 

Detailed Description

HTTP Authentication state structure.

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

Definition at line 55 of file httpauth.h.

Field Documentation

HTTPAuthType HTTPAuthState::auth_type

The currently chosen auth type.

Definition at line 59 of file httpauth.h.

Referenced by check_http_code(), ff_http_auth_create_response(), ff_http_auth_handle_header(), http_connect(), and http_open_cnx().

char HTTPAuthState::realm[200]

Authentication realm.

Definition at line 63 of file httpauth.h.

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

DigestParams HTTPAuthState::digest_params

The parameters specifiec to digest authentication.

Definition at line 67 of file httpauth.h.

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

int HTTPAuthState::stale

Auth ok, but needs to be resent with a new nonce.

Definition at line 71 of file httpauth.h.

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


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

Generated on Sun Mar 8 2015 02:35:40 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /