19 OF_ASSUME_NONNULL_BEGIN
22 @class OFArray OF_GENERIC(ObjectType);
29 #if !defined(OF_HTTP_CLIENT_M) && !defined(OF_HTTP_SERVER_M)
30 OF_SUBCLASSING_RESTRICTED
55 @property (copy, nonatomic)
OFString *protocolVersionString;
60 @property (nonatomic)
short statusCode;
94 extern OFString *_Nonnull OFHTTPStatusCodeString(
short code);
OFStringEncoding
The encoding of a string.
Definition: OFString.h:61
An abstract class for storing objects in an array.
Definition: OFArray.h:105
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:80
A class for representing an HTTP request response as a stream.
Definition: OFHTTPResponse.h:33
OFDictionary * headers
The headers of the response to the HTTP request.
Definition: OFHTTPResponse.h:66
A base class for different types of streams.
Definition: OFStream.h:188
A class for handling strings.
Definition: OFString.h:135
The HTTP version of the HTTP request.
Definition: OFHTTPRequest.h:56