mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 08:35:26 +00:00
LibCore: Move HTTP classes from LibGUI to LibCore.
This commit is contained in:
10
LibCore/CNetworkResponse.cpp
Normal file
10
LibCore/CNetworkResponse.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <LibCore/CNetworkResponse.h>
|
||||
|
||||
CNetworkResponse::CNetworkResponse(ByteBuffer&& payload)
|
||||
: m_payload(payload)
|
||||
{
|
||||
}
|
||||
|
||||
CNetworkResponse::~CNetworkResponse()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user