Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
Server/Basic.inl
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4
5namespace 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}