diff options
Diffstat (limited to 'Userland/Libraries/LibProtocol/RequestClient.h')
-rw-r--r-- | Userland/Libraries/LibProtocol/RequestClient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibProtocol/RequestClient.h b/Userland/Libraries/LibProtocol/RequestClient.h index 1dfe45bf7f..a07a5d0f6b 100644 --- a/Userland/Libraries/LibProtocol/RequestClient.h +++ b/Userland/Libraries/LibProtocol/RequestClient.h @@ -23,7 +23,6 @@ class RequestClient public: virtual void handshake() override; - bool is_supported_protocol(const String&); template<typename RequestHashMapTraits = Traits<String>> RefPtr<Request> start_request(const String& method, const String& url, const HashMap<String, String, RequestHashMapTraits>& request_headers = {}, ReadonlyBytes request_body = {}); |