ObjFW  Diff

Differences From Artifact [62550e26c6]:

To Artifact [915ec7bd0b]:


112
113
114
115
116
117
118
119

120
121
122

123
124

125
126
127
128
129
130
131
112
113
114
115
116
117
118

119
120
121

122
123

124
125
126
127
128
129
130
131







-
+


-
+

-
+







	BOOL redirectsFromHTTPSToHTTPAllowed;
	id <OFHTTPRequestDelegate> delegate;
	BOOL storesData;
}

#ifdef OF_HAVE_PROPERTIES
@property (copy) OFURL *URL;
@property (assign) of_http_request_type_t requestType;
@property of_http_request_type_t requestType;
@property (copy) OFString *queryString;
@property (copy) OFDictionary *headers;
@property (assign) BOOL redirectsFromHTTPSToHTTPAllowed;
@property BOOL redirectsFromHTTPSToHTTPAllowed;
@property (assign) id <OFHTTPRequestDelegate> delegate;
@property (assign) BOOL storesData;
@property BOOL storesData;
#endif

/**
 * \brief Creates a new OFHTTPRequest.
 *
 * \return A new, autoreleased OFHTTPRequest
 */