Stroika Library
3.0d23
Help-Home
Loading...
Searching...
No Matches
Frameworks/WebServer/Connection.inl
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2026. All rights reserved
3
*/
4
5
namespace
Stroika::Frameworks::WebServer
{
6
7
/*
8
********************************************************************************
9
***************************** WebServer::Connection ****************************
10
********************************************************************************
11
*/
12
13
}
14
namespace
Stroika::Foundation::Common
{
15
template
<>
16
constexpr
EnumNames<Frameworks::WebServer::Connection::Stats::State> DefaultNames<Frameworks::WebServer::Connection::Stats::State>::k{{{
17
{
Frameworks::WebServer::Connection::Stats::State::eNew
, L
"New"
},
18
{
Frameworks::WebServer::Connection::Stats::State::eReadingHeaders
, L
"ReadingHeaders"
},
19
{Frameworks::WebServer::Connection::Stats::State::ePausedIncompleteHeaders, L
"PausedIncompleteHeaders"
},
20
{
Frameworks::WebServer::Connection::Stats::State::eProcessingInterceptorChain
, L
"ProcessingInterceptorChain"
},
21
{
Frameworks::WebServer::Connection::Stats::State::eFlushing
, L
"Flushing"
},
22
{
Frameworks::WebServer::Connection::Stats::State::eReadyForNextMessage
, L
"ReadyForNextMessage"
},
23
{
Frameworks::WebServer::Connection::Stats::State::eClosing
, L
"Closing"
},
24
}}};
25
}
Stroika::Foundation::Common
Definition
Character.inl:624
Stroika::Frameworks::WebServer
Definition
Frameworks/WebServer/Connection.h:28
Stroika::Frameworks::WebServer::Connection::Stats::State::eProcessingInterceptorChain
@ eProcessingInterceptorChain
done reading (header part), now processing the message (interceptor chain)
Stroika::Frameworks::WebServer::Connection::Stats::State::eClosing
@ eClosing
Done with connection and ready to close it down (maybe cleanly closing, or maybe with exception)
Stroika::Frameworks::WebServer::Connection::Stats::State::eReadingHeaders
@ eReadingHeaders
Stroika::Frameworks::WebServer::Connection::Stats::State::eReadyForNextMessage
@ eReadyForNextMessage
Re-using connection for next message (keep-alive).
Stroika::Frameworks::WebServer::Connection::Stats::State::eFlushing
@ eFlushing
Finished processing message, and in process of flushing response, and checking/updating response head...
Stroika::Frameworks::WebServer::Connection::Stats::State::eNew
@ eNew
Library
Sources
Stroika
Frameworks
WebServer
Connection.inl
Generated by
1.9.8