Document HTTP2Allowed attribute
Change-Id: Ia318bf4b73f4716106f60370ed9ddff94f677eba Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>bb10
parent
69ff49e8f1
commit
ce2419af89
|
|
@ -260,6 +260,14 @@ QT_BEGIN_NAMESPACE
|
|||
Indicates whether SPDY was used for receiving
|
||||
this reply.
|
||||
|
||||
\value HTTP2AllowedAttribute
|
||||
Requests only, type: QMetaType::Bool (default: false)
|
||||
Indicates whether the QNetworkAccessManager code is
|
||||
allowed to use HTTP/2 with this request. This applies
|
||||
to SSL requests or 'cleartext' HTTP/2.
|
||||
|
||||
\omitvalue HTTP2WasUsedAttribute
|
||||
|
||||
\value EmitAllUploadProgressSignalsAttribute
|
||||
Requests only, type: QMetaType::Bool (default: false)
|
||||
Indicates whether all upload signals should be emitted.
|
||||
|
|
|
|||
Loading…
Reference in New Issue