mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
30cdebfa9e
This changes the RequestClient::start_request() method to take a URL object instead of a URL string as argument. All callers of the method already had a URL object anyway, and start_request() in turn parses the URL string back into a URL object. This removes this unnecessary conversion. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Request.cpp | ||
Request.h | ||
RequestClient.cpp | ||
RequestClient.h | ||
WebSocket.cpp | ||
WebSocket.h | ||
WebSocketClient.cpp | ||
WebSocketClient.h |