23 OF_ASSUME_NONNULL_BEGIN
26 @class OFArray OF_GENERIC(ObjectType);
33 #if !defined(OF_HTTP_CLIENT_M) && !defined(OF_HTTP_SERVER_M) 34 OF_SUBCLASSING_RESTRICTED
59 @property (copy, nonatomic)
OFString *protocolVersionString;
64 @property (nonatomic)
short statusCode;
98 extern OFString *_Nonnull OFHTTPStatusCodeString(
short code);
103 OF_ASSUME_NONNULL_END
An abstract class for storing objects in an array.
Definition: OFArray.h:107
OFStringEncoding
The encoding of a string.
Definition: OFString.h:65
A class for representing an HTTP request response as a stream.
Definition: OFHTTPResponse.h:36
A base class for different types of streams.
Definition: OFStream.h:278
A class for handling strings.
Definition: OFString.h:142
The HTTP version of the HTTP request.
Definition: OFHTTPRequest.h:60
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:82
OFDictionary * headers
The headers of the response to the HTTP request.
Definition: OFHTTPResponse.h:70