globus_connect_gridftp_server  15.95
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

◆ globus_dsi_rest_key_array_t

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.

◆ globus_dsi_rest_key_value_t

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.