NetSurf
Public Types | Data Fields
llcache_post_data Struct Reference

POST data object for low-level cache requests. More...

#include <llcache.h>

Collaboration diagram for llcache_post_data:
[legend]

Public Types

enum  { LLCACHE_POST_URL_ENCODED , LLCACHE_POST_MULTIPART }
 

Data Fields

enum llcache_post_data:: { ... }  type
 Type of POST data. More...
 
union {
   char *   urlenc
 URL encoded data. More...
 
   struct fetch_multipart_data *   multipart
 Multipart data. More...
 
data
 POST data content. More...
 

Detailed Description

POST data object for low-level cache requests.

Definition at line 40 of file llcache.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
LLCACHE_POST_URL_ENCODED 
LLCACHE_POST_MULTIPART 

Definition at line 41 of file llcache.h.

Field Documentation

◆ 

union { ... } llcache_post_data::data

◆ multipart

struct fetch_multipart_data* llcache_post_data::multipart

Multipart data.

Definition at line 47 of file llcache.h.

Referenced by browser_window_navigate(), llcache_object_destroy(), llcache_post_data_clone(), and navigate_internal_real().

◆ 

enum { ... } llcache_post_data::type

◆ urlenc

char* llcache_post_data::urlenc

URL encoded data.

Definition at line 46 of file llcache.h.

Referenced by browser_window_navigate(), llcache_object_destroy(), llcache_post_data_clone(), and navigate_internal_real().


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