libdas2
das2 core C utilities
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
das_url Struct Reference

#include <das2/http.h>

Detailed Description

A parsed URL structure.

Public Member Functions

bool das_url_toStr (const struct das_url *pUrl, char *sBuf, size_t uLen)
 Convert a URL structure into a string.
 

Data Fields

char sScheme [DASURL_SZ_SCHEME+1]
 The scheme string.
 
char sHost [DASURL_SZ_HOST+1]
 The host string.
 
char sPath [DASURL_SZ_PATH+1]
 The path on the host.
 
char sQuery [DASURL_SZ_QUERY+1]
 The query string.
 
char sDataset [DASURL_SZ_DATASET+1]
 The dataset identified in the query string (if any)
 
char sPort [8]
 The port number used to make the request, saved as a string.
 

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