equal
deleted
inserted
replaced
213 |
213 |
214 See http://www.w3.org/TR/XMLHttpRequest2/#credentials-flag for more information. |
214 See http://www.w3.org/TR/XMLHttpRequest2/#credentials-flag for more information. |
215 |
215 |
216 \since 4.7 |
216 \since 4.7 |
217 |
217 |
218 \value AuthenticationReuseControlAttribute |
218 \value AuthenticationReuseAttribute |
219 Requests only, type: QVariant::Int (default: QNetworkRequest::Automatic) |
219 Requests only, type: QVariant::Int (default: QNetworkRequest::Automatic) |
220 Indicates whether to use cached authorization credentials in the request, |
220 Indicates whether to use cached authorization credentials in the request, |
221 if available. If this is set to QNetworkRequest::Manual and the authentication |
221 if available. If this is set to QNetworkRequest::Manual and the authentication |
222 mechanism is 'Basic' or 'Digest', Qt will not send an an 'Authorization' HTTP |
222 mechanism is 'Basic' or 'Digest', Qt will not send an an 'Authorization' HTTP |
223 header with any cached credentials it may have for the request's URL. |
223 header with any cached credentials it may have for the request's URL. |
227 Javascript that created the request. |
227 Javascript that created the request. |
228 |
228 |
229 See http://www.w3.org/TR/XMLHttpRequest2/#credentials-flag for more information. |
229 See http://www.w3.org/TR/XMLHttpRequest2/#credentials-flag for more information. |
230 |
230 |
231 \since 4.7 |
231 \since 4.7 |
|
232 |
|
233 \omitvalue MaximumDownloadBufferSizeAttribute |
|
234 \since 4.7 |
|
235 \internal |
|
236 |
|
237 \omitvalue DownloadBufferAttribute |
|
238 \since 4.7 |
|
239 \internal |
232 |
240 |
233 \value User |
241 \value User |
234 Special type. Additional information can be passed in |
242 Special type. Additional information can be passed in |
235 QVariants with types ranging from User to UserMax. The default |
243 QVariants with types ranging from User to UserMax. The default |
236 implementation of Network Access will ignore any request |
244 implementation of Network Access will ignore any request |