NetSurf
Data Fields
fetch_msg Struct Reference

Fetcher message data. More...

#include <fetch.h>

Collaboration diagram for fetch_msg:
[legend]

Data Fields

fetch_msg_type type
 
union {
   const char *   progress
 
   struct {
      const uint8_t *   buf
 
      size_t   len
 
   }   header_or_data
 
   const char *   error
 
   const char *   redirect
 
   struct {
      const char *   realm
 
   }   auth
 
   const struct cert_chain *   chain
 
data
 

Detailed Description

Fetcher message data.

Definition at line 72 of file fetch.h.

Field Documentation

◆ 

struct { ... } fetch_msg::auth

◆ buf

const uint8_t* fetch_msg::buf

◆ chain

const struct cert_chain* fetch_msg::chain

Definition at line 92 of file fetch.h.

Referenced by fetch_curl_report_certs_upstream(), and llcache_fetch_callback().

◆ 

union { ... } fetch_msg::data

◆ error

const char* fetch_msg::error

◆ 

struct { ... } fetch_msg::header_or_data

◆ len

size_t fetch_msg::len

◆ progress

const char* fetch_msg::progress

Definition at line 76 of file fetch.h.

Referenced by fetch_curl_progress(), and llcache_fetch_callback().

◆ realm

const char* fetch_msg::realm

Definition at line 89 of file fetch.h.

Referenced by fetch_curl_process_headers(), and llcache_fetch_callback().

◆ redirect

const char* fetch_msg::redirect

◆ type

fetch_msg_type fetch_msg::type

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