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

Deprecate HTML namespace #122

Open Tectu opened 2 years ago

Tectu commented 2 years ago

As of today, everything related to forms is located in the malloy::html namespace. However, this doesn't make a lot of sense as everything implemented there is based on the HTTP specification.