37typedef struct URLRequestInterface URLRequestInterface;
95struct URLRequestInterface {
100 ObjectInterface objectInterface;
120 void (*setValueForHTTPHeaderField)(
URLRequest *self,
const char *value,
const char *field);
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
Uniform Resource Locators (RFC 3986).
OBJECTIVELY_EXPORT Class * _URLRequest(void)
The runtime representation of a Class.
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.