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

@ -1,5 +1,5 @@
#include <LibHTTP/HeaderMap.h>
#include <LibRequests/NetworkErrorEnum.h>
#include <LibRequests/NetworkError.h>
#include <LibRequests/RequestTimingInfo.h>
#include <LibURL/URL.h>