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

Fixup Callback type of `client::controller::http_request` #48

Closed 0x00002a closed 3 years ago

0x00002a commented 3 years ago

This patches the issues raised in: #47 about the lack of a constraint on the Callback type of client::controller::http_request and the wrong response type being passed to it.