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