VLC  3.0.21
Data Fields
vlc_http_resource_cbs Struct Reference

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 *)
 

Field Documentation

◆ request_format

int(* vlc_http_resource_cbs::request_format) (const struct vlc_http_resource *, struct vlc_http_msg *, void *)

Referenced by vlc_http_res_req().

◆ response_validate

int(* vlc_http_resource_cbs::response_validate) (const struct vlc_http_resource *, const struct vlc_http_msg *, void *)

Referenced by vlc_http_res_open().


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