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);
An abstract class for storing objects in an array.
Definition: OFArray.h:103
OFStringEncoding
The encoding of a string.
Definition: OFString.h:61
A class for representing an HTTP request response as a stream.
Definition: OFHTTPResponse.h:32
A base class for different types of streams.
Definition: OFStream.h:186
A class for handling strings.
Definition: OFString.h:134
The HTTP version of the HTTP request.
Definition: OFHTTPRequest.h:56
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:78
OFDictionary * headers
The headers of the response to the HTTP request.
Definition: OFHTTPResponse.h:66