Go to the documentation of this file.
22 #ifndef AVFORMAT_HTTP_H
23 #define AVFORMAT_HTTP_H
27 #define HTTP_HEADERS_SIZE 4096
int ff_http_do_new_request2(URLContext *h, const char *uri, AVDictionary **options)
Send a new HTTP request, reusing the old connection.
int ff_http_do_new_request(URLContext *h, const char *uri)
Send a new HTTP request, reusing the old connection.
int ff_http_averror(int status_code, int default_averror)
void ff_http_init_auth_state(URLContext *dest, const URLContext *src)
Initialize the authentication state based on another HTTP URLContext.
const OptionDef options[]
int ff_http_get_shutdown_status(URLContext *h)
Get the HTTP shutdown response status, be used after http_shutdown.