globus_dsi_rest  0.18
 All Data Structures Files Functions Variables Typedefs Groups Pages
Data Fields
globus_dsi_rest_key_value_s Struct Reference

Key-Value Pairs. More...

#include <globus_dsi_rest.h>

Data Fields

const char * key
 
const char * value
 

Detailed Description

Key-Value Pairs.

This data type is used to express both URI query parameters and HTTP headers. Values are encoded as appropriate for the particular use of the data.

Field Documentation

const char* globus_dsi_rest_key_value_s::key

Key name (null terminated)

const char* globus_dsi_rest_key_value_s::value

Value (null terminated)


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