ObjFW  Diff

Differences From Artifact [49c4f75181]:

To Artifact [964ebc0e8e]:


73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/**
 * \return The request type for the HTTP request
 */
- (of_http_request_type_t)requestType;

/**
 * Sets the query string for the HTTP request.
 * Only used for GET and HEAD requests!
 *
 * \param qs The query string for the HTTP request
 */
- (void)setQueryString: (OFString*)qs;

/**
 * \return The query string for the HTTP request







<







73
74
75
76
77
78
79

80
81
82
83
84
85
86
/**
 * \return The request type for the HTTP request
 */
- (of_http_request_type_t)requestType;

/**
 * Sets the query string for the HTTP request.

 *
 * \param qs The query string for the HTTP request
 */
- (void)setQueryString: (OFString*)qs;

/**
 * \return The query string for the HTTP request