Some refactoring on the HTTP codebase
This commit is contained in:
@@ -206,8 +206,8 @@ public:
|
||||
void update_source(const util::LuaSourceVec &source);
|
||||
|
||||
// Supply an HTTP response to an outstanding HTTP request.
|
||||
void http_response(const HttpClientResponse &response);
|
||||
void http_responses(const HttpClientResponseVec &responses);
|
||||
void http_response(const HttpParser &response);
|
||||
void http_responses(const HttpParserVec &responses);
|
||||
|
||||
// Abort all HTTP requests. This is typically used after
|
||||
// reloading a world from a save-game. The http requests that
|
||||
|
||||
Reference in New Issue
Block a user