NetSurf
Data Fields
fetch_multipart_data Struct Reference

Fetch POST multipart data. More...

#include <fetch.h>

Collaboration diagram for fetch_multipart_data:
[legend]

Data Fields

struct fetch_multipart_datanext
 Next in linked list. More...
 
char * name
 Name of item. More...
 
char * value
 Item value. More...
 
char * rawfile
 Raw filename if file is true. More...
 
bool file
 Item is a file. More...
 

Detailed Description

Fetch POST multipart data.

Definition at line 109 of file fetch.h.

Field Documentation

◆ file

bool fetch_multipart_data::file

◆ name

char* fetch_multipart_data::name

◆ next

struct fetch_multipart_data* fetch_multipart_data::next

◆ rawfile

char* fetch_multipart_data::rawfile

Raw filename if file is true.

Definition at line 115 of file fetch.h.

Referenced by fetch_curl_postdata_convert(), fetch_data_list_add(), fetch_multipart_data_clone(), and fetch_multipart_data_destroy().

◆ value

char* fetch_multipart_data::value

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