| VLC
    3.0.18
    | 
HTTP stream callbacks. More...

| Data Fields | |
| struct vlc_http_msg *(* | read_headers )(struct vlc_http_stream *) | 
| struct block_t *(* | read )(struct vlc_http_stream *) | 
| void(* | close )(struct vlc_http_stream *, bool abort) | 
HTTP stream callbacks.
Connection-specific callbacks for stream manipulation
| void(* vlc_http_stream_cbs::close) (struct vlc_http_stream *, bool abort) | 
Referenced by vlc_http_stream_close().
| struct block_t*(* vlc_http_stream_cbs::read) (struct vlc_http_stream *) | 
Referenced by vlc_http_stream_read().
| struct vlc_http_msg*(* vlc_http_stream_cbs::read_headers) (struct vlc_http_stream *) | 
Referenced by vlc_http_stream_read_headers().
 1.8.16
 1.8.16