VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_http_resource_cbs Struct Reference

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

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: