36typedef struct URLInterface URLInterface;
101 ObjectInterface objectInterface;
109 URL *(*baseURL)(
const URL *self);
119 URL *(*initWithCharacters)(
URL *self,
const char *chars);
137 Array *(*pathComponents)(
const URL *self);
static MutableString * string(void)
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
The runtime representation of a Class.
Object is the root Class of The Objectively Class hierarchy.
Uniform Resource Locators (RFC 3986).
Object object
The superclass.
unsigned short port
The port.
String * urlString
The URL String.
String * scheme
The scheme, or protocol.
String * fragment
The fragment.
URLInterface * interface
The interface.
Class * _URL(void)
The URL archetype.