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;
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
short statusCode
The status code of the response to the HTTP request.
Definition OFHTTPResponse.h:64
OFString * readString()
Read the response as a string, trying to detect the encoding and falling back to the specified encodi...
Definition OFHTTPResponse.m:305
OFDictionary * headers
The headers of the response to the HTTP request.
Definition OFHTTPResponse.h:70
id copy()
Returns the class.
Definition OFObject.m:1407
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