20 OF_ASSUME_NONNULL_BEGIN
36 #ifdef OF_HAVE_PROPERTIES
38 @property short statusCode;
39 @property OF_NULLABLE_PROPERTY (copy)
63 - (void)setProtocolVersionFromString: (OFString*)string;
70 - (OFString*)protocolVersionString;
84 - (void)setStatusCode: (
short)statusCode;
91 - (nullable
OFDictionary OF_GENERIC(OFString*, OFString*)*)headers;
99 (nullable
OFDictionary OF_GENERIC(OFString*, OFString*)*)headers;
117 OF_ASSUME_NONNULL_END
of_string_encoding_t
The encoding of a string.
Definition: OFString.h:50
A class for representing an HTTP request reply as a stream.
Definition: OFHTTPResponse.h:29
A base class for different types of streams.
Definition: OFStream.h:86
A class for handling strings.
Definition: OFString.h:91
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:61
The HTTP version of the HTTP request.
Definition: OFHTTPRequest.h:61