|
Lolly 1.4.28
|
#include <url.hpp>


Public Member Functions | |
| http_url (const char *name) | |
| http_url (string name) | |
Public Member Functions inherited from url | |
| url () | |
| url (const char *name) | |
| url (string name) | |
| url (string dir, string name) | |
| bool | operator== (url u) |
| bool | operator!= (url u) |
| url | operator[] (int i) |
| string | label () |
| string | protocol () |
Definition at line 18 of file http_url.cpp.
| http_url::http_url | ( | string | name | ) |
Definition at line 15 of file http_url.cpp.