Struct ServiceRequest¶
Defined in File service.hpp
Struct Documentation¶
-
struct ServiceRequest¶
A service request.
This represents an individual client request. The service implementation is responsible for parsing the request and sending a response in a timely manner.
Public Functions
-
inline std::string_view payloadStr() const noexcept¶
Returns a string view of the payload.
-
inline std::string_view payloadStr() const noexcept¶