22 #ifndef AVFORMAT_HTTPAUTH_H
23 #define AVFORMAT_HTTPAUTH_H
70 const char *path,
const char *method);
HTTPAuthType
Authentication types, ordered from weakest to strongest.
HTTP Authentication state structure.
HTTP 1.0 Basic auth from RFC 1945 (also in RFC 2617)
char * ff_http_auth_create_response(HTTPAuthState *state, const char *auth, const char *path, const char *method)
HTTP 1.1 Digest auth from RFC 2617.
DigestParams digest_params
The parameters specifiec to digest authentication.
HTTPAuthType auth_type
The currently chosen auth type.
int nc
Nonce count, the number of earlier replies where this particular nonce has been used.
void ff_http_auth_handle_header(HTTPAuthState *state, const char *key, const char *value)
No authentication specified.