ObjFW  Diff

Differences From Artifact [043802ccf0]:

To Artifact [127c6d8f9d]:


32
33
34
35
36
37
38

39

40
41
42
43
44
45
46
47
32
33
34
35
36
37
38
39

40

41
42
43
44
45
46
47







+
-
+
-







	short _statusCode;
	OFDictionary OF_GENERIC(OFString*, OFString*) *_headers;
}

#ifdef OF_HAVE_PROPERTIES
@property of_http_request_protocol_version_t protocolVersion;
@property short statusCode;
@property OF_NULLABLE_PROPERTY (copy)
@property (copy, nullable) OFDictionary OF_GENERIC(OFString*, OFString*)
    OFDictionary OF_GENERIC(OFString*, OFString*) *headers;
    *headers;
#endif

/*!
 * @brief Sets the protocol version of the HTTP request reply.
 *
 * @param protocolVersion The protocol version of the HTTP request reply
 */