Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.
BSD 3-Clause "New" or "Revised" License
68 stars 8 forks source link

Create response generator class #2

Closed Tectu closed 3 years ago

Tectu commented 3 years ago

Currently, the response class provides several static methods to construct default responses. Instead, create a dedicated response_generator class.