mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +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
|
@ -1,5 +1,5 @@
|
|||
#include <LibHTTP/HeaderMap.h>
|
||||
#include <LibRequests/NetworkErrorEnum.h>
|
||||
#include <LibRequests/NetworkError.h>
|
||||
#include <LibRequests/RequestTimingInfo.h>
|
||||
#include <LibURL/URL.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue