ladybird/Userland/Services
Lenny Maiorani 9f64424661 Http[s]Download: Make the constructor's initialization DRY
Problem:
- `HttpDownload()` and `HttpsDownload()` implementations are the same
  except for types and certificates.

Solution:
- Follow the "Don't Repeat Yourself" mantra and de-duplicate the code
  using templates.
2021-01-15 21:50:49 +01:00
..
AudioServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
ChessEngine Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
Clipboard Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
CrashDaemon Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
DHCPClient DHCPClient: handle /proc/net/adapters invalid JSON gracefully 2021-01-14 08:35:34 +01:00
EchoServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
ImageDecoder Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
LaunchServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
LookupServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
NotificationServer Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
ProtocolServer Http[s]Download: Make the constructor's initialization DRY 2021-01-15 21:50:49 +01:00
SystemMenu Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
SystemServer LibC+Everywhere: Remove open_with_path_length() in favor of open() 2021-01-12 23:34:01 +01:00
Taskbar Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
TelnetServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WebContent Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
WebServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowServer WindowServer: Make HighDPI aware 2021-01-15 19:10:16 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00