mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
LibRequests: Move NetworkError stringification to LibRequests
Let's also rename the file to NetworkError.h while we're here. No need to have "Enum" in the name.
This commit is contained in:
parent
a5df972055
commit
0de017df9b
Notes:
github-actions[bot]
2025-04-02 12:54:05 +00:00
Author: https://github.com/trflynn89
Commit: 0de017df9b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4156
7 changed files with 56 additions and 52 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/Proxy.h>
|
||||
#include <LibCore/Socket.h>
|
||||
#include <LibRequests/NetworkErrorEnum.h>
|
||||
#include <LibRequests/NetworkError.h>
|
||||
#include <LibRequests/RequestTimingInfo.h>
|
||||
#include <LibRequests/WebSocket.h>
|
||||
#include <LibTLS/TLSv12.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue