forgot to remove AsyncResponseHeader

This commit is contained in:
altalk23 2024-01-24 19:33:18 +03:00
parent df07409532
commit 620c1bb04d

View file

@ -60,7 +60,6 @@ namespace geode::utils::web {
using AsyncExpectCode = utils::MiniFunction<void(std::string const&, int)>;
using AsyncThen = utils::MiniFunction<void(SentAsyncWebRequest&, ByteVector const&)>;
using AsyncCancelled = utils::MiniFunction<void(SentAsyncWebRequest&)>;
using AsyncResponseHeader = utils::MiniFunction<void(std::unordered_map<std::string, std::string> const&)>;
/**
* A handle to an in-progress sent asynchronous web request. Use this to