35typedef struct URLResponseInterface URLResponseInterface;
69struct URLResponseInterface {
74 ObjectInterface objectInterface;
Immutable key-value stores.
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
static void setValueForHTTPHeaderField(URLRequest *self, const char *value, const char *field)
The runtime representation of a Class.
Immutable key-value stores.
Object is the root Class of The Objectively Class hierarchy.
A protocol-agnostic abstraction for URLSessionTask responses.
URLResponseInterface * interface
The interface.
Class * _URLResponse(void)
The URLResponse archetype.
Dictionary * httpHeaders
The HTTP response headers.
Object object
The superclass.
int httpStatusCode
The HTTP response status code.