ObjFW  Diff

Differences From Artifact [a3a984e369]:

To Artifact [f7f23cc369]:


30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
	OFString *_scheme, *_host;
	uint16_t _port;
	OFString *_user, *_password, *_path, *_parameters, *_query, *_fragment;
}

#ifdef OF_HAVE_PROPERTIES
@property (copy) OFString *scheme;
@property (copy) OFString *host;
@property uint16_t port;
@property (copy, nullable) OFString *user;
@property (copy, nullable) OFString *password;
@property (copy) OFString *path;
@property (copy, nullable) OFString *parameters;
@property (copy, nullable) OFString *query;
@property (copy, nullable) OFString *fragment;
#endif

/*!
 * Creates a new URL.
 *
 * @return A new, autoreleased OFURL
 */







|
<

|
<

|
<
<







30
31
32
33
34
35
36
37

38
39

40
41


42
43
44
45
46
47
48
{
	OFString *_scheme, *_host;
	uint16_t _port;
	OFString *_user, *_password, *_path, *_parameters, *_query, *_fragment;
}

#ifdef OF_HAVE_PROPERTIES
@property (copy) OFString *scheme, *host;

@property uint16_t port;
@property OF_NULLABLE_PROPERTY (copy) OFString *user, *password;

@property (copy) OFString *path;
@property OF_NULLABLE_PROPERTY (copy) OFString *parameters, *query, *fragment;


#endif

/*!
 * Creates a new URL.
 *
 * @return A new, autoreleased OFURL
 */