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:
Timothy Flynn 2025-03-30 13:09:50 -04:00 committed by Tim Flynn
parent a5df972055
commit 0de017df9b
Notes: github-actions[bot] 2025-04-02 12:54:05 +00:00
7 changed files with 56 additions and 52 deletions

View file

@ -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>