19 OF_ASSUME_NONNULL_BEGIN
22 @class OFArray OF_GENERIC(ObjectType);
45 @property (copy, nonatomic)
OFString *protocolVersionString;
50 @property (nonatomic)
short statusCode;
61 @property (readonly, nonatomic)
OFString *
string;
81 extern OFString *_Nonnull of_http_status_code_to_string(
short code);
of_string_encoding_t
The encoding of a string.
Definition: OFString.h:68
An abstract class for storing objects in an array.
Definition: OFArray.h:92
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:58
A class for representing an HTTP request reply as a stream.
Definition: OFHTTPResponse.h:30
OFDictionary * headers
The headers of the reply to the HTTP request.
Definition: OFHTTPResponse.h:56
A base class for different types of streams.
Definition: OFStream.h:191
A class for handling strings.
Definition: OFString.h:132
The HTTP version of the HTTP request.
Definition: OFHTTPRequest.h:58