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:
Dennis Oberst 2025-03-06 15:53:22 +01:00
parent 2f970bc3c2
commit 81bc13aec3
1 changed files with 8 additions and 0 deletions

View File

@ -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