NetSurf
Data Fields
fetch_postdata Struct Reference

fetch POST data More...

#include <fetch.h>

Collaboration diagram for fetch_postdata:
[legend]

Data Fields

fetch_postdata_type type
 
union {
   char *   urlenc
 Url encoded POST string if type is FETCH_POSTDATA_URLENC. More...
 
   struct fetch_multipart_data *   multipart
 Multipart post data if type is FETCH_POSTDATA_MULTIPART. More...
 
data
 

Detailed Description

fetch POST data

Definition at line 122 of file fetch.h.

Field Documentation

◆ 

union { ... } fetch_postdata::data

◆ multipart

struct fetch_multipart_data* fetch_postdata::multipart

Multipart post data if type is FETCH_POSTDATA_MULTIPART.

Definition at line 128 of file fetch.h.

Referenced by fetch_curl_alloc_postdata(), fetch_curl_free_postdata(), and fetch_curl_set_postdata().

◆ type

fetch_postdata_type fetch_postdata::type

◆ urlenc

char* fetch_postdata::urlenc

Url encoded POST string if type is FETCH_POSTDATA_URLENC.

Definition at line 126 of file fetch.h.

Referenced by fetch_curl_alloc_postdata(), fetch_curl_free_postdata(), and fetch_curl_set_postdata().


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