Stroika Library
3.0d16
Help-Home
Loading...
Searching...
No Matches
Server/Basic.inl
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3
*/
4
5
namespace
Stroika::Frameworks::WebService::Server {
6
7
[[deprecated (
"Since Stroika v3.0d12 - use Response&"
)]]
inline
void
8
WriteDocsPage (Response* response,
const
Sequence<WebServiceMethodDescription>& operations,
const
DocsOptions& docsOptions = {})
9
{
10
WriteDocsPage (*response, operations, docsOptions);
11
}
12
13
}
Library
Sources
Stroika
Frameworks
WebService
Server
Basic.inl
Generated by
1.9.8