Tectu / malloy

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

Form parsing should honor Content-Type #121

Closed Tectu closed 1 year ago

Tectu commented 1 year ago

The malloy::html::form::parse() function should check for the Content-Type value to be present and if so honoring it.