globus_dsi_rest  0.18
 All Data Structures Files Functions Variables Typedefs Groups Pages
Data Structures | Typedefs
Data Types

Data Structures

struct  globus_dsi_rest_key_value_s
 Key-Value Pairs. More...
 
struct  globus_dsi_rest_key_array_s
 Key-Value Pair Array. More...
 

Typedefs

typedef struct
globus_dsi_rest_key_value_s 
globus_dsi_rest_key_value_t
 Key-Value Pairs. More...
 
typedef struct
globus_dsi_rest_key_array_s 
globus_dsi_rest_key_array_t
 Key-Value Pair Array. More...
 

Detailed Description

Typedef Documentation

Key-Value Pair Array.

This data type is used to encapsulate an array of globus_dsi_rest_key_value_t structs with the length of the array.

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.