|
NetSurf
|
POST data object for low-level cache requests. More...
#include <llcache.h>
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... | |
| anonymous enum |
| union { ... } llcache_post_data::data |
POST data content.
Referenced by browser_window_navigate(), llcache_object_destroy(), llcache_post_data_clone(), and navigate_internal_real().
| 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 |
Type of POST data.
Referenced by browser_window_navigate(), llcache_object_destroy(), llcache_object_refetch(), llcache_post_data_clone(), and navigate_internal_real().
| 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().