Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

URL Struct Reference

#include <url.h>


Data Fields

char * scheme
char * user
char * pass
char * host
unsigned short port
char * path
char * query
char * fragment


Field Documentation

char* URL::fragment
 

Definition at line 31 of file url.h.

Referenced by free_url(), and parse_url().

char* URL::host
 

Definition at line 27 of file url.h.

Referenced by free_url(), http_connect(), http_get(), and parse_url().

char* URL::pass
 

Definition at line 26 of file url.h.

Referenced by free_url(), http_connect(), http_get(), and parse_url().

char* URL::path
 

Definition at line 29 of file url.h.

Referenced by free_url(), http_connect(), http_get(), and parse_url().

unsigned short URL::port
 

Definition at line 28 of file url.h.

Referenced by http_connect(), http_get(), and parse_url().

char* URL::query
 

Definition at line 30 of file url.h.

Referenced by free_url(), and parse_url().

char* URL::scheme
 

Definition at line 24 of file url.h.

Referenced by free_url(), and parse_url().

char* URL::user
 

Definition at line 25 of file url.h.

Referenced by free_url(), http_connect(), http_get(), and parse_url().


The documentation for this struct was generated from the following file:
Generated on Sun Aug 4 21:47:48 2002 for k/os mp3v2 by doxygen1.2.16