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

Fix uri issues and remove uri #60

Closed 0x00002a closed 3 years ago

0x00002a commented 3 years ago

This removes the uri class completetly and is therefore a breaking change. It should also fix: #59.

I've added a utils.hpp file to malloy/core/http to provide the utility functions previousely provided by uri. I'm not 100% on whether their implementation is correct and I've basically just copied them over from uri so I'd appreciate if they were checked over.

Tectu commented 3 years ago

Examples need updating too.