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

#include <vlc_httpd.h>

Collaboration diagram for httpd_message_t:
[legend]

Data Fields

httpd_client_tcl
 
uint8_t i_type
 
uint8_t i_proto
 
uint8_t i_version
 
int i_status
 
char * psz_url
 
uint8_t * psz_args
 
size_t i_headers
 
httpd_headerp_headers
 
int64_t i_body_offset
 
size_t i_body
 
uint8_t * p_body
 

Field Documentation

◆ cl

httpd_client_t* httpd_message_t::cl

Referenced by httpd_MsgInit().

◆ i_body

◆ i_body_offset

int64_t httpd_message_t::i_body_offset

◆ i_headers

◆ i_proto

◆ i_status

◆ i_type

◆ i_version

◆ p_body

◆ p_headers

◆ psz_args

uint8_t* httpd_message_t::psz_args

◆ psz_url

char* httpd_message_t::psz_url

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