mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
HttpRequest: Add support for custom timeouts
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Common
|
||||
class HttpRequest final
|
||||
{
|
||||
public:
|
||||
HttpRequest();
|
||||
HttpRequest(int timeout_ms = 3000);
|
||||
~HttpRequest();
|
||||
bool IsValid() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user