mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -05:00
forgot to remove AsyncResponseHeader
This commit is contained in:
parent
df07409532
commit
620c1bb04d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue