Teaspeak-Server/file/local_server/HTTPUtils.h
2020-06-10 18:13:14 +02:00

7 lines
164 B
C++

#pragma once
#include <map>
namespace http {
bool parse_url_parameters(const std::string_view& /* url */, std::map<std::string, std::string>& /* result */);
}