VLC 4.0.0-dev
|
#include <resource.h>
Data Fields | |
int(* | request_format )(const struct vlc_http_resource *, struct vlc_http_msg *, void *) |
int(* | response_validate )(const struct vlc_http_resource *, const struct vlc_http_msg *, void *) |
int(* vlc_http_resource_cbs::request_format) (const struct vlc_http_resource *, struct vlc_http_msg *, void *) |
Referenced by vlc_http_res_req().
int(* vlc_http_resource_cbs::response_validate) (const struct vlc_http_resource *, const struct vlc_http_msg *, void *) |
Referenced by vlc_http_res_open().