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