ladybird/Libraries/LibRequests
Aliaksandr Kalenik db8c443392 Everywhere: Make TransportSocket non-movable
Instead of wrapping all non-movable members of TransportSocket in OwnPtr
to keep it movable, make TransportSocket itself non-movable and wrap it
in OwnPtr.
2025-04-09 15:27:52 +02:00
..
ALPNHttpVersion.h RequestServer: Retrieve timing info from curl and pipe it to LibWeb 2025-03-06 09:00:53 -07:00
CMakeLists.txt LibRequests: Move NetworkError stringification to LibRequests 2025-04-02 08:52:45 -04:00
Forward.h RequestServer: Retrieve timing info from curl and pipe it to LibWeb 2025-03-06 09:00:53 -07:00
NetworkError.h LibRequests: Move NetworkError stringification to LibRequests 2025-04-02 08:52:45 -04:00
Request.cpp LibRequests: Protect Request callbacks against stopped requests 2025-04-02 08:52:45 -04:00
Request.h LibRequests: Move NetworkError stringification to LibRequests 2025-04-02 08:52:45 -04:00
RequestClient.cpp Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
RequestClient.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
RequestTimingInfo.h RequestServer: Retrieve timing info from curl and pipe it to LibWeb 2025-03-06 09:00:53 -07:00
WebSocket.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WebSocket.h LibRequests: Clean up #include directives 2024-11-29 09:48:29 +01:00