37typedef struct URLRequestInterface URLRequestInterface;
93struct URLRequestInterface {
98 ObjectInterface objectInterface;
Immutable key-value stores.
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
Uniform Resource Locators (RFC 3986).
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.
Uniform Resource Locators (RFC 3986).
A protocol-agnostic abstraction for requesting resources via URLs.
HTTPMethod httpMethod
The HTTP request method.
Dictionary * httpHeaders
The HTTP request headers.
Object object
The superclass.
Data * httpBody
The HTTP request body, sent as POST or PUT data.
URLRequestInterface * interface
The interface.
Class * _URLRequest(void)
The URLRequest archetype.