GNUnet  0.20.0
RequestData Struct Reference

Structure containing some request-specific data. More...

Collaboration diagram for RequestData:
[legend]

Data Fields

struct MHD_Connection * c
 The connection this request was sent in. More...
 
char * body
 Body of the response object. More...
 
size_t body_length
 Length in bytes of the body. More...
 
int code
 Response code. More...
 
struct GNUNET_NAMESTORE_QueueEntrysearching
 Task started to search for an entry in the namestore. More...
 
struct GNUNET_NAMESTORE_ZoneIteratoriterating
 Task started to iterate over the namestore. More...
 
void * ptr
 Pointer used while processing POST data. More...
 
char * register_name
 Name requested to be registered. More...
 
char * register_key
 Key (encoded as a string) to be associated with the requested name. More...
 
struct GNUNET_IDENTITY_PublicKey key
 Key to be associated with the requested name. More...
 

Detailed Description

Structure containing some request-specific data.

Definition at line 63 of file gnunet-namestore-fcfsd.c.

Field Documentation

◆ c

struct MHD_Connection* RequestData::c

The connection this request was sent in.

Definition at line 68 of file gnunet-namestore-fcfsd.c.

◆ body

char* RequestData::body

Body of the response object.

Definition at line 73 of file gnunet-namestore-fcfsd.c.

◆ body_length

size_t RequestData::body_length

Length in bytes of the body.

Definition at line 78 of file gnunet-namestore-fcfsd.c.

◆ code

int RequestData::code

Response code.

Definition at line 83 of file gnunet-namestore-fcfsd.c.

◆ searching

struct GNUNET_NAMESTORE_QueueEntry* RequestData::searching

Task started to search for an entry in the namestore.

Definition at line 88 of file gnunet-namestore-fcfsd.c.

◆ iterating

struct GNUNET_NAMESTORE_ZoneIterator* RequestData::iterating

Task started to iterate over the namestore.

Definition at line 93 of file gnunet-namestore-fcfsd.c.

◆ ptr

void* RequestData::ptr

Pointer used while processing POST data.

Definition at line 98 of file gnunet-namestore-fcfsd.c.

Referenced by completed_cb(), and create_response().

◆ register_name

char* RequestData::register_name

Name requested to be registered.

Definition at line 103 of file gnunet-namestore-fcfsd.c.

◆ register_key

char* RequestData::register_key

Key (encoded as a string) to be associated with the requested name.

Definition at line 108 of file gnunet-namestore-fcfsd.c.

◆ key

struct GNUNET_IDENTITY_PublicKey RequestData::key

Key to be associated with the requested name.

Definition at line 108 of file gnunet-namestore-fcfsd.c.

Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), and gnunet-chk.Chk::uri().


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