Tomasz Sowa df04075f1c add methods to Request for adding and removing parameters
Added methods:
void AddParam(const std::wstring & param_name, const std::wstring & param_value);
void AddParam(const wchar_t * param_name, const wchar_t * param_value);
void RemoveParam(const wchar_t * param_name);
void RemoveParam(const std::wstring & param_name);

This is only temporarily, we will be using the pt::Space structure in the future.
2022-04-26 23:41:56 +02:00
2022-01-22 04:35:42 +01:00
2021-06-16 18:09:18 +02:00
Description
Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
BSD-2-Clause 18 MiB
Languages
C++ 92.5%
HTML 6.6%
Makefile 0.6%
Shell 0.2%
C 0.1%