![]() |
das2C
das core C utilities (v3)
|
A parsed URL structure. More...
#include <das2/http.h>
Public Member Functions | |
| DAS_API 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 [DASURL_SZ_PORT+1] |
| The port number used to make the request, saved as a string. | |
A parsed URL structure.