FossilOrigin-Name: 46307e86f7e537072d511001621ebfc920ad7d8f9786667c6dc93e5c386dd310
This commit is contained in:
nekobit 2022-09-29 17:54:22 +00:00
parent 83079f70fc
commit a280af8ea5

View file

@ -25,7 +25,6 @@
namespace HTTP
{
using RequestArgs_t = std::vector<std::string>;
//sneed!
using RequestCallback_t = std::function<void( const RequestArgs_t& )>;
/**