mirror of https://github.com/qt/qtgrpc.git
Docs: Add transportation info for QGrpcHttp2Channel (unix-abstract)
We should be clearer about what transportation is used and when. Otherwise, our users are left in the dark. Task-number: QTBUG-134273 Change-Id: Ice58e2cd496fad472761bdb9022f0fd3280c265c Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
2f970bc3c2
commit
81bc13aec3
|
@ -95,6 +95,14 @@ using namespace QtGrpc;
|
||||||
\li ✗
|
\li ✗
|
||||||
\li QLocalSocket support \b{AND} scheme
|
\li QLocalSocket support \b{AND} scheme
|
||||||
\li \c{unix:///tmp/grpc.socket}
|
\li \c{unix:///tmp/grpc.socket}
|
||||||
|
\row
|
||||||
|
\li \c{unix-abstract}
|
||||||
|
\li Unix domain socket in abstract namespace
|
||||||
|
\li ✗
|
||||||
|
\li QLocalSocket support \b{AND}
|
||||||
|
\l{QLocalSocket::AbstractNamespaceOption}{AbstractNamespace}
|
||||||
|
support \b{AND} scheme
|
||||||
|
\li \c{unix-abstract:app_grpc_channel}
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
\section2 Content-Type
|
\section2 Content-Type
|
||||||
|
|
Loading…
Reference in New Issue